ArchiveCustomRecordInput
Autogenerated input type of ArchiveCustomRecord
input ArchiveCustomRecordInput {
brandId: ID
clientMutationId: String
collection: String!
key: String!
}
Fields
ArchiveCustomRecordInput.brandId ● ID scalar common
Optional brand scope for this record.
ArchiveCustomRecordInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ArchiveCustomRecordInput.collection ● String! non-null scalar common
Collection namespace for the record.
ArchiveCustomRecordInput.key ● String! non-null scalar common
Stable key within the collection.
Member Of
archiveCustomRecord mutation