Files
web-frontend/graphql/operations/manager/manager-users.graphql
T

7 lines
64 B
GraphQL

query ManagerUsers {
managerUsers {
id
fullName
}
}