DeleteDemandRecordsInput
Autogenerated input type of DeleteDemandRecords
input DeleteDemandRecordsInput {
clientMutationId: String
ids: [ID!]!
}
Fields
DeleteDemandRecordsInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
DeleteDemandRecordsInput.ids ● [ID!]! non-null scalar common
The demand records to delete.
Member Of
echoDeleteDemandRecords mutation