GraphQL SchemaMutation
usersCreateCraterToken
(Cloud only) Create a token for crater authentication
Arguments
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
Fields
| Name | Type | Description |
|---|---|---|
clientMutationId | String | A unique identifier for the client performing the mutation. |
errors | [Error!]! | Errors encountered during execution of the mutation. |
token | CraterToken | The created token |