OBJECT
RootMutation
link GraphQL Schema definition
- type RootMutation {
- # Arguments
- # email: [Not documented]
- # password: [Not documented]
- # username: [Not documented]
- # fullname: [Not documented]
- # picture: [Not documented]
- # bio: [Not documented]
- (
- String!, :
- String!, :
- String, :
- String, :
- String, :
- String :
- ): Auth
- # Arguments
- # fullname: [Not documented]
- # email: [Not documented]
- # username: [Not documented]
- # picture: [Not documented]
- # bio: [Not documented]
- (
- String, :
- String, :
- String, :
- String, :
- String :
- ): User
- # Arguments
- # text: [Not documented]
- # picture: [Not documented]
- # tags: [Not documented]
- String!, : String, : [String]): Post ( :
- # Arguments
- # id: [Not documented]
- # text: [Not documented]
- # picture: [Not documented]
- # tags: [Not documented]
- ID!, : String, : String, : [String]): Post ( :
- # Arguments
- # id: [Not documented]
- ID!): Post ( :
- # Arguments
- # postId: [Not documented]
- # text: [Not documented]
- # picture: [Not documented]
- ID!, : String!, : String): Comment ( :
- # Arguments
- # id: [Not documented]
- # text: [Not documented]
- # picture: [Not documented]
- ID!, : String, : String): Comment ( :
- # Arguments
- # id: [Not documented]
- ID!): Post ( :
- # Arguments
- # id: [Not documented]
- ID!): Post ( :
- # Arguments
- # id: [Not documented]
- ID!): Comment ( :
- # Arguments
- # id: [Not documented]
- ID!): Comment ( :
- # Arguments
- # id: [Not documented]
- ID!): Comment ( :
- # Arguments
- # id: [Not documented]
- # text: [Not documented]
- ID!, : String!): ChatRoom ( :
- # Arguments
- # id: [Not documented]
- # text: [Not documented]
- ID!, : String!): ChatRoom ( :
- # Arguments
- # title: [Not documented]
- String!): ChatRoom ( :
- # Arguments
- # id: [Not documented]
- # title: [Not documented]
- ID!, : String!): ChatRoom ( :
- # Arguments
- # id: [Not documented]
- ID!): ChatRoom ( :
- }
link Require by
This element is not required by anyone