CreateTokenInput
No description
input CreateTokenInput {
  name: String!
  clientMutationId: String!
}
Fields
CreateTokenInput.name ● String! non-null scalar
name is the desired name for the Token.
CreateTokenInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
createToken  mutation