CreateExceptionResult
No description
type CreateExceptionResult {
exceptionId: ID!
}
Fields
CreateExceptionResult.exceptionId ● ID! non-null scalar
ID for the exception, can be accessed at https://mykargo.com/exceptions/{exceptionId}
Returned By
createException mutation