You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
The text was updated successfully, but these errors were encountered: