OBJECT
BusinessAppUpsertResponseError
link GraphQL Schema definition
- type BusinessAppUpsertResponseError {
- EntityId :
- # The name of the entity
- String :
- # The error that was hit when upserting this entity
- String! :
- # The type of the error that was hit when upserting this entity
- BusinessAppUpsertResponseErrorType! :
- }