skillbox/client/src/graphql/gql/roomsQuery.gql

19 lines
226 B
GraphQL

query RoomsQuery {
allRooms {
edges {
node {
id
slug
title
entryCount
appearance
userGroup {
id
name
year
}
}
}
}
}