homelab-personal-cloud/graphql/identity/identity.queries.graphql

10 lines
173 B
GraphQL

type IdentityUserOutput {
error: String
data: IdentityUser
}
# type Query {
# # identityUsers()
# # identityUser(urn: String!): IdentityUserOutput!
# # myUser
# }