UserToken
No description
type UserToken implements Node {
description: String!
expiresAt: DateTime
id: ID!
namespaces: [Namespace!]!
permissions: [Permission!]!
}
Fields
UserToken.description
● String!
non-null scalar
A description of the token's intended use.
UserToken.expiresAt
● DateTime
scalar
Expiration time of the token, if any.
UserToken.id
● ID!
non-null scalar
The ID of the token.
UserToken.namespaces
● [Namespace!]!
non-null object
The namespaces this token grants access to.
UserToken.permissions
● [Permission!]!
non-null scalar
The permissions this token grants.
Interfaces
Node
interface
An object with an ID.
Returned by
userToken
query
Member of
UserTokenEdge
object