CreateCollectionLocationPayload: {
    __typename?: "CreateCollectionLocationPayload";
    location?: Maybe<CollectionLocation>;
}

The fields available to return after creating a new collection location

Type declaration

  • Optional __typename?: "CreateCollectionLocationPayload"
  • Optional location?: Maybe<CollectionLocation>

    The created collection location

Generated using TypeDoc