OBJECT

AccessTokenMutation

link GraphQL Schema definition

  • type AccessTokenMutation {
  • # Requires user to be authenticated using one of the following identity types:
  • # user session
  • create: 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]
  • prolong(accessToken: String!): NonNullAccessTokenValueOrErrorList!
  • # Requires user to be authenticated using one of the following identity types:
  • # user access token
  • logoutOAuth: Boolean!
  • }