DeleteFormItemPayload
Autogenerated return type of DeleteFormItem.
type DeleteFormItemPayload {
clientMutationId: String
}
Fields
DeleteFormItemPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
Returned By
deleteFormItem
mutation