CreateCollectionPayload: {
    __typename?: "CreateCollectionPayload";
    collection?: Maybe<Collection>;
}

The return fields avaialble after creating a collection

Type declaration

  • Optional __typename?: "CreateCollectionPayload"
  • Optional collection?: Maybe<Collection>

    The newly created collection

Generated using TypeDoc