OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
 - # Arguments
 - #   input: 
 - (: RegisterInput!): UserResponse! 
 - # Arguments
 - #   input: 
 - (: AuthInput!): UserResponse! 
 - : Boolean! 
 - : Boolean! 
 - # Arguments
 - #   options: 
 - (: ResourceInput!): Resource! 
 - # Arguments
 - #   input: 
 - #   id: 
 - (: ResourceUpdateInput!, : Int!): Boolean! 
 - # Arguments
 - #   id: 
 - (: Int!): Boolean! 
 - # Arguments
 - #   options: 
 - (: ResourceViewInput!): Boolean! 
 - # Arguments
 - #   options: 
 - (: ResourceRatingInput!): Boolean! 
 - # Arguments
 - #   input: 
 - #   id: 
 - (
 - : ResourceRatingUpdateInput!,
 - : Int!
 - ): Boolean! 
 - # Arguments
 - #   id: 
 - (: Int!): Boolean! 
 - # Arguments
 - #   options: 
 - (: UserRoleInput!): UserRole! 
 - # Arguments
 - #   id: 
 - (: Int!): Boolean! 
 - # Arguments
 - #   options: 
 - (: UserFavouriteInput!): UserFavourite! 
 - # Arguments
 - #   id: 
 - (: Int!): Boolean! 
 - # Arguments
 - #   input: 
 - #   id: 
 - (: updateUserProfileInput!, : Int!): Boolean! 
 - # Arguments
 - #   input: 
 - #   id: 
 - (: updateUserRolesInput!, : Int!): Boolean! 
 - }
 
    link Require by
This element is not required by anyone