Files
dancefinder-app/utils/graph-client/queryStrings.js
T

19 lines
225 B
JavaScript
Raw Normal View History

2019-01-15 13:21:24 +01:00
export const eventQuery = `
{
events: Events {
date
time
band {
name
}
danceHall {
name
city
municipality
state
}
extraInfo
}
}
`;