OBJECT

deleteLocationPayload

Autogenerated return type of deleteLocation.

link GraphQL Schema definition

  • type deleteLocationPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • location: Location
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }