Skip to main content

TokenQueries

No description

type TokenQueries {
byTokenId(
tokenId: String!
): PlatformToken
byWorkspace(
after: String
before: String
first: Int
last: Int
order: [PlatformTokenSortInput!]
where: PlatformTokenFilterInput
): PlatformTokenConnection
}

Fields

TokenQueries.byTokenId ● PlatformToken interface

Gets the PlatformToken with the specified identifier.

TokenQueries.byTokenId.tokenId ● String! non-null scalar

The identifier for the Token.

TokenQueries.byWorkspace ● PlatformTokenConnection object

Gets a list of PlatformToken the user has access to in the Workspace, determined by the access token.

TokenQueries.byWorkspace.after ● String scalar

Returns the elements in the list that come after the specified cursor.

TokenQueries.byWorkspace.before ● String scalar

Returns the elements in the list that come before the specified cursor.

TokenQueries.byWorkspace.first ● Int scalar

Returns the first _n_ elements from the list.

TokenQueries.byWorkspace.last ● Int scalar

Returns the last _n_ elements from the list.

TokenQueries.byWorkspace.order ● [PlatformTokenSortInput!] list input
TokenQueries.byWorkspace.where ● PlatformTokenFilterInput input