AppTokenInput
No description
input AppTokenInput {
name: String
app: ID!
}
Fields
AppTokenInput.name
● String
scalar
Name of the token.
AppTokenInput.app
● ID!
non-null scalar
ID of app.
Member of
appTokenCreate
mutation