9 lines
90 B
GraphQL
9 lines
90 B
GraphQL
query ManagerUsers {
|
|
managerUsers {
|
|
id
|
|
email
|
|
fullName
|
|
companyName
|
|
}
|
|
}
|