# UserApplicationToken

To make authorized requests add header "Authorization: Bearer \<TOKEN\_VALUE>" to request

```graphql
type UserApplicationToken {
  token: String!
}

```
