Skip to main content

CollectionContentUpsertInput

Upsert collection content for an existing Collection

input CollectionContentUpsertInput {
collectionId: ID!
contentAsString: String!
secondaryContentAsString: String
}

Fields​

CollectionContentUpsertInput.collectionId ● ID! non-null scalar​

CollectionContentUpsertInput.contentAsString ● String! non-null scalar​

CollectionContentUpsertInput.secondaryContentAsString ● String scalar​

Member of​

upsertCollectionContent mutation