Open fabricelaborie opened 1 year ago
@fabricelaborie Sorry for the late response. Make sure you have enabled the extension support in GraphQL > Settings in the WP Admin Dashboard on the QL Events tab.
After that you should see the tickets
field under the Event
type.
Greeting team, I'm new to GraphQL ... and obviously to ql-events. (I installed 0.3.1 ) I was able to make a few queries on event with the query Composer like: query geteventData { event(id: "cG9zdDo5") { content date eventId featuredImageId link } }
But I can't find where Tickets or RSVP can be queried. I couldn't find documentation on that. I tried to browse through the query Composer but no luck. any tip?
Also, can you confirm that the ql-events is designed to accept submission of RSVP? thanks. F