DeleteHubLibraryResourceByHubIdAndLibraryResourceIdInput
All input for the deleteHubLibraryResourceByHubIdAndLibraryResourceId mutation.
input DeleteHubLibraryResourceByHubIdAndLibraryResourceIdInput {
clientMutationId: String
hubId: String!
libraryResourceId: String!
}
Fields
DeleteHubLibraryResourceByHubIdAndLibraryResourceIdInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
DeleteHubLibraryResourceByHubIdAndLibraryResourceIdInput.hubId ● String! non-null scalar
DeleteHubLibraryResourceByHubIdAndLibraryResourceIdInput.libraryResourceId ● String! non-null scalar
Member Of
deleteHubLibraryResourceByHubIdAndLibraryResourceId mutation