UserApplicationToken

Authorization token

To make authorized requests add header "Authorization: Bearer <TOKEN_VALUE>" to request

type UserApplicationToken {
  token: String!
}

Last updated