OBJECT

ExternalIdIsEmptyError

Missing value for the external-id

link GraphQL Schema definition

  • type ExternalIdIsEmptyError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }