OBJECT
AccessTokenMutation
link GraphQL Schema definition
- type AccessTokenMutation {
- # Requires user to be authenticated using one of the following identity types:
- # user session
- : AccessToken!
- # Requires user to be authenticated using one of the following identity types:
- # user session.
- # Requires access token to belong to authenticated user
- #
- # Arguments
- # accessToken: [Not documented]
- (: String!): NonNullAccessTokenValueOrErrorList!
- # Requires user to be authenticated using one of the following identity types:
- # user access token
- : Boolean!
- }