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
we could either hide this in a custom resolver (so you could just query with query { eventSpeakers(id: "some-event-id") { name } or adjust our data model to make EventSession a child node of Event (but i'd not want to do this before adding the CMS stuff)
The following query gives us titles of "events" on D-C:
How can we query all the speakers in a given event? Speakers are listed in individual sessions, not the index.mdx.
Many thanks in advance.
The text was updated successfully, but these errors were encountered: