OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # data: [Not documented]
- (: UserInput!): User
- # Arguments
- # id: [Not documented]
- (: ID!): User
- # Arguments
- # id: [Not documented]
- # data: [Not documented]
- (: ID!, : UserInput!): User
- # Arguments
- # data: [Not documented]
- (: TestimonialInput!): Testimonial
- # Arguments
- # id: [Not documented]
- (: ID!): Testimonial
- # Arguments
- # id: [Not documented]
- # data: [Not documented]
- (: ID!, : TestimonialInput!): Testimonial
- # Arguments
- # data: [Not documented]
- (: RoleInput!): Role
- # Arguments
- # role: [Not documented]
- # permissions: [Not documented]
- # resources: [Not documented]
- (
- : String!,
- : [String]!,
- : [String]
- ): Role
- # Arguments
- # data: [Not documented]
- (: AuthenticationInput!): Authentication
- # Arguments
- # refreshToken: [Not documented]
- (: String!): Authentication
- }
link Require by
This element is not required by anyone