UpsertCustomRecordInput
Autogenerated input type of UpsertCustomRecord
input UpsertCustomRecordInput {
brandId: ID
clientMutationId: String
collection: String!
data: JSON!
key: String!
schemaVersion: Int
}
Fields
UpsertCustomRecordInput.brandId ● ID scalar common
Optional brand scope for this record.
UpsertCustomRecordInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpsertCustomRecordInput.collection ● String! non-null scalar common
Collection namespace for the record.
UpsertCustomRecordInput.data ● JSON! non-null scalar common
JSON payload to persist.
UpsertCustomRecordInput.key ● String! non-null scalar common
Stable key within the collection.
UpsertCustomRecordInput.schemaVersion ● Int scalar common
Optional payload schema version (defaults to 1).
Member Of
upsertCustomRecord mutation