close
GraphQL Schema
menu
Types
OBJECT
SupportUser
link
GraphQL Schema definition
type
SupportUser
{
pictureUrl
:
String
name
:
String
!
email
:
String
!
invited
:
Boolean
!
}
link
Require by
ClientRepository