ql-events icon indicating copy to clipboard operation
ql-events copied to clipboard

can't see how to get ticket lists from an event or attendees

Open fabricelaborie opened this issue 1 year ago • 1 comments

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

fabricelaborie avatar Nov 02 '23 10:11 fabricelaborie

@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.

kidunot89 avatar Dec 13 '23 21:12 kidunot89