DeleteShareInput
Input for the deleteShare mutation.
input DeleteShareInput {
id: ID!
}
Fields
DeleteShareInput.id
● ID!
non-null scalar
Identifier of the share to delete.
Member of
deleteShare
mutation