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
ChatMessage
link
GraphQL Schema definition
type
ChatMessage
{
creator
:
User
timestamp
:
String
text
:
String
}
link
Require by
ChatRoom
null
RootSub
null