close
GraphQL Schema
Schema
RootQuery
RootMutation
RootSub
Scalars
Boolean
ID
Int
String
Enums
__DirectiveLocation
__TypeKind
Objects
Auth
ChatMessage
ChatRoom
Comment
Post
User
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Directives
deprecated
include
skip
menu
Types
OBJECT
Auth
link
GraphQL Schema definition
type
Auth
{
User
:
User
token
:
String
}
link
Require by
RootMutation
null
RootQuery
null