Skip to content

Commit

Permalink
fix(core): Handle edge case of existing customFields def on gql type
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed May 6, 2024
1 parent 5b42cde commit a889320
Show file tree
Hide file tree
Showing 13 changed files with 62,042 additions and 23,723 deletions.
5 changes: 5 additions & 0 deletions packages/admin-ui/src/lib/core/src/common/generated-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,10 @@ export type Mutation = {
deleteZone: DeletionResponse;
/** Delete a Zone */
deleteZones: Array<DeletionResponse>;
/**
* Duplicate an existing entity using a specific EntityDuplicator.
* Since v2.2.0.
*/
duplicateEntity: DuplicateEntityResult;
flushBufferedJobs: Success;
importProducts?: Maybe<ImportInfo>;
Expand Down Expand Up @@ -5079,6 +5083,7 @@ export type Query = {
customers: CustomerList;
/** Returns a list of eligible shipping methods for the draft Order */
eligibleShippingMethodsForDraftOrder: Array<ShippingMethodQuote>;
/** Returns all configured EntityDuplicators. */
entityDuplicators: Array<EntityDuplicatorDefinition>;
facet?: Maybe<Facet>;
facetValues: FacetValueList;
Expand Down
Loading

0 comments on commit a889320

Please sign in to comment.