Skip to content

GraphQL Query by custom 'Entries' field #388

Discussion options

You must be logged in to vote
query MyQuery ($location: [QueryArgument]) {
     solspace_calendar {
        calendar {
            events (location: $location) {
                calendarId
                id
                title
                startDate
                endDate
                ... on default_Event{
                  location
                }
            }
        }
    }
}

Variables

{
   "Location": "Roscrea"
}

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by seandelaney
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants