Skip to content

Commit e924c5a

Browse files
authored
Fix ID clashes
1 parent 673391b commit e924c5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Apps/W1/Shopify/app/src/GraphQL/Enums/ShpfyGraphQLType.Enum.al

+4-4
Original file line numberDiff line numberDiff line change
@@ -490,22 +490,22 @@ enum 30111 "Shpfy GraphQL Type" implements "Shpfy IGraphQL"
490490
Caption = 'Get Product Image';
491491
Implementation = "Shpfy IGraphQL" = "Shpfy GQL GetProductImage";
492492
}
493-
value(102; GetSalesChannels)
493+
value(101; GetSalesChannels)
494494
{
495495
Caption = 'Get Sales Channels';
496496
Implementation = "Shpfy IGraphQL" = "Shpfy GQL Get SalesChannels";
497497
}
498-
value(103; GetNextSalesChannels)
498+
value(102; GetNextSalesChannels)
499499
{
500500
Caption = 'Get Next Sales Channels';
501501
Implementation = "Shpfy IGraphQL" = "Shpfy GQL Get Next S. Channels";
502502
}
503-
value(104; CustomerMetafieldIds)
503+
value(103; CustomerMetafieldIds)
504504
{
505505
Caption = 'Customer Metafield Ids';
506506
Implementation = "Shpfy IGraphQL" = "Shpfy GQL CustomerMetafieldIds";
507507
}
508-
value(105; CompanyMetafieldIds)
508+
value(104; CompanyMetafieldIds)
509509
{
510510
Caption = 'Company Metafield Ids';
511511
Implementation = "Shpfy IGraphQL" = "Shpfy GQL CompanyMetafieldIds";

0 commit comments

Comments
 (0)