DeleteContractInput
Autogenerated input type of DeleteContract
input DeleteContractInput {
clientMutationId: String
id: Int!
}
Fields
DeleteContractInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteContractInput.id
● Int!
non-null scalar
Member of
deleteContract
mutation