File tree 1 file changed +4
-4
lines changed
Apps/W1/Shopify/app/src/GraphQL/Enums
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -490,22 +490,22 @@ enum 30111 "Shpfy GraphQL Type" implements "Shpfy IGraphQL"
490
490
Caption = ' Get Product Image' ;
491
491
Implementation = "Shpfy IGraphQL" = "Shpfy GQL GetProductImage";
492
492
}
493
- value ( 102 ; GetSalesChannels)
493
+ value ( 101 ; GetSalesChannels)
494
494
{
495
495
Caption = ' Get Sales Channels' ;
496
496
Implementation = "Shpfy IGraphQL" = "Shpfy GQL Get SalesChannels";
497
497
}
498
- value ( 103 ; GetNextSalesChannels)
498
+ value ( 102 ; GetNextSalesChannels)
499
499
{
500
500
Caption = ' Get Next Sales Channels' ;
501
501
Implementation = "Shpfy IGraphQL" = "Shpfy GQL Get Next S. Channels";
502
502
}
503
- value ( 104 ; CustomerMetafieldIds)
503
+ value ( 103 ; CustomerMetafieldIds)
504
504
{
505
505
Caption = ' Customer Metafield Ids' ;
506
506
Implementation = "Shpfy IGraphQL" = "Shpfy GQL CustomerMetafieldIds";
507
507
}
508
- value ( 105 ; CompanyMetafieldIds)
508
+ value ( 104 ; CompanyMetafieldIds)
509
509
{
510
510
Caption = ' Company Metafield Ids' ;
511
511
Implementation = "Shpfy IGraphQL" = "Shpfy GQL CompanyMetafieldIds";
You can’t perform that action at this time.
0 commit comments