DeleteRecordInput
Autogenerated input type of DeleteRecord
input DeleteRecordInput {
clientMutationId: String
recordId: ID!
}
Fields
DeleteRecordInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteRecordInput.recordId
● ID!
non-null scalar
Member of
deleteRecord
mutation