luckily webapp is now a much more complete test suite and genqlient's own tests, so it caught this!
6 lines
81 B
GraphQL
6 lines
81 B
GraphQL
query InputEnumQuery($role: Role!) {
|
|
usersWithRole(role: $role) {
|
|
id
|
|
}
|
|
}
|