OBJECT
AuthMutation
link GraphQL Schema definition
- type AuthMutation {
- # Support generation of a session access token from a user token
- #
- # Arguments
- # userToken: [Not documented]
- String!): AuthAccessToken! ( :
- # Support generation of a session access token from a client ID and secret
- #
- # Arguments
- # clientID: [Not documented]
- # clientSecret: [Not documented]
- (
- String!, :
- String! :
- ): AuthAccessToken!
- # Mutation for managing projects
- ProjectMutation :
- }