OBJECT

CreateOrganizationJWTError

CreateOrganizationJWTError is the error associated with a CreateOrganizationJWT.

link GraphQL Schema definition

1type CreateOrganizationJWTError {
2
3# The associated error code.
4code: CreateOrganizationJWTErrorCode!
5
6}