Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
export const eventQuery = `
|
||||
{
|
||||
events: Events {
|
||||
date
|
||||
time
|
||||
band {
|
||||
name
|
||||
}
|
||||
danceHall {
|
||||
name
|
||||
city
|
||||
municipality
|
||||
state
|
||||
}
|
||||
extraInfo
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user