the-events-calendar / ql-events

The Events Calendar binding to WPGraphQL
15 stars 7 forks source link

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

Open fabricelaborie opened 8 months ago

fabricelaborie commented 8 months ago

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

kidunot89 commented 7 months 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.