OBJECT

CreateOrganizationJWTPayload

Outputs from the CreateOrganizationJWT mutation.

link GraphQL Schema definition

1type CreateOrganizationJWTPayload {
2
3# The possible error returned from the service.
4error: CreateOrganizationJWTError
5
6# The new orgnizationJWT.
7jwt: String
8
9}