Skip to content

Commit 7dedb88

Browse files
committed
Update Admin GraphQL generated types
1 parent df9c10e commit 7dedb88

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages
    • app/src/cli/api/graphql/admin/generated
    • cli-kit/src/cli/api/graphql/admin/generated

packages/app/src/cli/api/graphql/admin/generated/types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ export type MetafieldOwnerType =
193193
| 'SELLING_PLAN'
194194
/** The Shop metafield owner type. */
195195
| 'SHOP'
196+
/** The Transfer metafield owner type. */
197+
| 'TRANSFER'
196198
/** The Validation metafield owner type. */
197199
| 'VALIDATION';
198200

packages/cli-kit/src/cli/api/graphql/admin/generated/types.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ export type MetafieldOwnerType =
171171
| 'SELLING_PLAN'
172172
/** The Shop metafield owner type. */
173173
| 'SHOP'
174+
/** The Transfer metafield owner type. */
175+
| 'TRANSFER'
174176
/** The Validation metafield owner type. */
175177
| 'VALIDATION';
176178

0 commit comments

Comments
 (0)