Skip to main content

CreateCollectionInput (Input)

Description

No description



Fields

NameDescription
createdAt - DateTime
description - String
externalId - String
name - String!
updatedAt - DateTime

input CreateCollectionInput {
createdAt: DateTime
description: String
externalId: String
name: String!
updatedAt: DateTime
}