Type alias MutationCreateCollectionLocationArgs

MutationCreateCollectionLocationArgs: {
    collectionId: Scalars["ID"];
    location: CreateCollectionLocationInput;
}

Type declaration

Generated using TypeDoc