INPUT_OBJECT

CreateOrganizationJWTInput

Inputs to the CreateOrganizationJWT mutation.

link GraphQL Schema definition

1input CreateOrganizationJWTInput {
4
2# Operation to be used in drops to get a jwt for.
3operation: String!
7
5# Organization id for which to generate the jwt.
6organizationID: ID!
8}