OBJECT
CreateOrganizationJWTError
CreateOrganizationJWTError is the error associated with a CreateOrganizationJWT.
link GraphQL Schema definition
1 type CreateOrganizationJWTError { 2 3 # The associated error code. 4 : CreateOrganizationJWTErrorCode! 5 6 }