Authorization token
To make authorized requests add header "Authorization: Bearer <TOKEN_VALUE>" to request
type UserApplicationToken { token: String! }
Last updated 4 years ago