@takeshape/schema 11.45.5 → 11.47.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/src/agents.js +6 -6
- package/dist/cjs/src/api-version.js +1 -1
- package/dist/cjs/src/content-schema-transform.js +12 -12
- package/dist/cjs/src/create-input-schema.js +1 -1
- package/dist/cjs/src/enum.js +1 -1
- package/dist/cjs/src/flatten-templates.js +4 -4
- package/dist/cjs/src/get-is-leaf.js +1 -1
- package/dist/cjs/src/interfaces.js +11 -9
- package/dist/cjs/src/layers/layers.js +11 -5
- package/dist/cjs/src/layers/refs.js +3 -3
- package/dist/cjs/src/layers/type-utils.js +1 -1
- package/dist/cjs/src/migration/index.js +3 -1
- package/dist/cjs/src/migration/to/v3.0.0.js +20 -8
- package/dist/cjs/src/migration/to/v3.1.0.js +6 -4
- package/dist/cjs/src/migration/to/v3.10.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.13.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.17.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.0.js +4 -4
- package/dist/cjs/src/migration/to/v3.18.1.js +1 -1
- package/dist/cjs/src/migration/to/v3.18.2.js +1 -1
- package/dist/cjs/src/migration/to/v3.20.0.js +5 -2
- package/dist/cjs/src/migration/to/v3.22.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.31.0.js +2 -2
- package/dist/cjs/src/migration/to/v3.32.0.js +3 -1
- package/dist/cjs/src/migration/to/v3.34.0.js +6 -9
- package/dist/cjs/src/migration/to/v3.36.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.39.0.js +8 -8
- package/dist/cjs/src/migration/to/v3.40.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.46.0.js +1 -1
- package/dist/cjs/src/migration/to/v3.51.0.js +12 -0
- package/dist/cjs/src/migration/to/v3.9.0.js +3 -3
- package/dist/cjs/src/models/project-schema.js +4 -4
- package/dist/cjs/src/models/shape.js +2 -2
- package/dist/cjs/src/project-schema/index.js +4 -2
- package/dist/cjs/src/project-schema/migrate.js +3 -1
- package/dist/cjs/src/project-schema/v3.51.0.js +8 -0
- package/dist/cjs/src/refs.js +28 -18
- package/dist/cjs/src/relationships.js +25 -20
- package/dist/cjs/src/runtime-schema.js +16 -9
- package/dist/cjs/src/schema-transform.js +3 -3
- package/dist/cjs/src/schema-util.js +38 -30
- package/dist/cjs/src/schemas/auth-schemas.json +18 -78
- package/dist/cjs/src/schemas/index.js +7 -5
- package/dist/cjs/src/schemas/project-schema/experimental.json +7 -20
- package/dist/cjs/src/schemas/project-schema/latest.json +166 -566
- package/dist/cjs/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/cjs/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/cjs/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/cjs/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/cjs/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/cjs/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/cjs/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/cjs/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/cjs/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/cjs/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/cjs/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/cjs/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/cjs/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/cjs/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/cjs/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/cjs/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/cjs/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/cjs/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/cjs/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/cjs/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/cjs/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/cjs/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/cjs/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/cjs/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/cjs/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/cjs/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/cjs/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/cjs/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/cjs/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/cjs/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/cjs/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/cjs/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/cjs/src/schemas/project-schema.json +3 -0
- package/dist/cjs/src/schemas/user-schema.json +2 -9
- package/dist/cjs/src/service-dependencies.js +15 -9
- package/dist/cjs/src/services/services.js +12 -11
- package/dist/cjs/src/services/util.js +4 -4
- package/dist/cjs/src/template-shapes/templates.js +18 -12
- package/dist/cjs/src/template-shapes/where.js +23 -14
- package/dist/cjs/src/types/utils.js +3 -3
- package/dist/cjs/src/unions.js +6 -8
- package/dist/cjs/src/util/api-indexing.js +4 -4
- package/dist/cjs/src/util/detect-cycles.js +2 -2
- package/dist/cjs/src/util/find-shape-at-path.js +1 -1
- package/dist/cjs/src/util/form-config.js +0 -1
- package/dist/cjs/src/util/get-conflicting-properties.js +1 -1
- package/dist/cjs/src/util/merge.js +22 -13
- package/dist/cjs/src/util/patch-schema.js +2 -2
- package/dist/cjs/src/util/shapes.js +2 -2
- package/dist/cjs/src/validate.js +64 -47
- package/dist/cjs/src/workflows.js +4 -4
- package/dist/esm/src/agents.js +6 -6
- package/dist/esm/src/api-version.js +1 -1
- package/dist/esm/src/content-schema-transform.js +12 -12
- package/dist/esm/src/create-input-schema.js +1 -1
- package/dist/esm/src/enum.js +1 -1
- package/dist/esm/src/flatten-templates.js +4 -4
- package/dist/esm/src/get-is-leaf.js +1 -1
- package/dist/esm/src/interfaces.js +12 -10
- package/dist/esm/src/layers/layers.js +12 -6
- package/dist/esm/src/layers/refs.js +3 -3
- package/dist/esm/src/layers/type-utils.js +1 -1
- package/dist/esm/src/migration/index.js +3 -1
- package/dist/esm/src/migration/to/v3.0.0.js +20 -8
- package/dist/esm/src/migration/to/v3.1.0.js +6 -4
- package/dist/esm/src/migration/to/v3.10.0.js +1 -1
- package/dist/esm/src/migration/to/v3.13.0.js +1 -1
- package/dist/esm/src/migration/to/v3.17.0.js +1 -1
- package/dist/esm/src/migration/to/v3.18.0.js +4 -4
- package/dist/esm/src/migration/to/v3.18.1.js +1 -1
- package/dist/esm/src/migration/to/v3.18.2.js +1 -1
- package/dist/esm/src/migration/to/v3.20.0.js +5 -2
- package/dist/esm/src/migration/to/v3.22.0.js +1 -1
- package/dist/esm/src/migration/to/v3.31.0.js +2 -2
- package/dist/esm/src/migration/to/v3.32.0.js +3 -1
- package/dist/esm/src/migration/to/v3.34.0.js +6 -9
- package/dist/esm/src/migration/to/v3.36.0.js +1 -1
- package/dist/esm/src/migration/to/v3.39.0.js +8 -8
- package/dist/esm/src/migration/to/v3.40.0.js +1 -1
- package/dist/esm/src/migration/to/v3.46.0.js +1 -1
- package/dist/esm/src/migration/to/v3.51.0.js +10 -0
- package/dist/esm/src/migration/to/v3.9.0.js +3 -3
- package/dist/esm/src/mocks.js +1 -1
- package/dist/esm/src/models/project-schema.js +4 -4
- package/dist/esm/src/models/shape.js +2 -2
- package/dist/esm/src/project-schema/index.js +3 -1
- package/dist/esm/src/project-schema/migrate.js +4 -2
- package/dist/esm/src/project-schema/v3.51.0.js +7 -0
- package/dist/esm/src/refs.js +29 -19
- package/dist/esm/src/relationships.js +26 -21
- package/dist/esm/src/runtime-schema.js +16 -9
- package/dist/esm/src/schema-transform.js +3 -3
- package/dist/esm/src/schema-util.js +40 -32
- package/dist/esm/src/schemas/auth-schemas.json +18 -78
- package/dist/esm/src/schemas/index.js +4 -2
- package/dist/esm/src/schemas/project-schema/experimental.json +7 -20
- package/dist/esm/src/schemas/project-schema/latest.json +166 -566
- package/dist/esm/src/schemas/project-schema/meta-schema-v1.0.0.json +3 -17
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.0.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.1.0.json +4 -4
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.2.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.3.0.json +5 -5
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.4.0.json +11 -43
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.0.json +7 -7
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.5.1.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.6.0.json +8 -11
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.7.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.8.0.json +11 -9
- package/dist/esm/src/schemas/project-schema/meta-schema-v3.9.0.json +24 -22
- package/dist/esm/src/schemas/project-schema/v1.0.0.json +3 -3
- package/dist/esm/src/schemas/project-schema/v3.0.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.1.0.json +2 -2
- package/dist/esm/src/schemas/project-schema/v3.10.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.11.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.12.0.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.1.json +33 -36
- package/dist/esm/src/schemas/project-schema/v3.12.2.json +2122 -2125
- package/dist/esm/src/schemas/project-schema/v3.12.3.json +2175 -2178
- package/dist/esm/src/schemas/project-schema/v3.13.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.14.0.json +32 -30
- package/dist/esm/src/schemas/project-schema/v3.15.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.16.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.17.0.json +47 -39
- package/dist/esm/src/schemas/project-schema/v3.17.1.json +2204 -2196
- package/dist/esm/src/schemas/project-schema/v3.18.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.1.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.18.2.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.19.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.2.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.20.0.json +40 -38
- package/dist/esm/src/schemas/project-schema/v3.21.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.22.0.json +41 -39
- package/dist/esm/src/schemas/project-schema/v3.23.0.json +43 -43
- package/dist/esm/src/schemas/project-schema/v3.24.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.25.0.json +105 -458
- package/dist/esm/src/schemas/project-schema/v3.26.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.27.0.json +107 -466
- package/dist/esm/src/schemas/project-schema/v3.28.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.29.0.json +112 -471
- package/dist/esm/src/schemas/project-schema/v3.3.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.30.0.json +112 -472
- package/dist/esm/src/schemas/project-schema/v3.31.0.json +112 -486
- package/dist/esm/src/schemas/project-schema/v3.32.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.33.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.34.0.json +113 -488
- package/dist/esm/src/schemas/project-schema/v3.35.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.36.0.json +114 -491
- package/dist/esm/src/schemas/project-schema/v3.37.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.38.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.39.0.json +118 -511
- package/dist/esm/src/schemas/project-schema/v3.4.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.40.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.41.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.42.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.43.0.json +118 -512
- package/dist/esm/src/schemas/project-schema/v3.44.0.json +125 -540
- package/dist/esm/src/schemas/project-schema/v3.45.0.json +128 -554
- package/dist/esm/src/schemas/project-schema/v3.46.0.json +129 -560
- package/dist/esm/src/schemas/project-schema/v3.47.0.json +131 -568
- package/dist/esm/src/schemas/project-schema/v3.48.0.json +132 -572
- package/dist/esm/src/schemas/project-schema/v3.49.0.json +132 -558
- package/dist/esm/src/schemas/project-schema/v3.5.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.5.1.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.50.0.json +165 -565
- package/dist/esm/src/schemas/project-schema/v3.51.0.json +3320 -0
- package/dist/esm/src/schemas/project-schema/v3.6.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.7.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.8.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v3.9.0.json +1 -1
- package/dist/esm/src/schemas/project-schema/v4.0.0.json +31 -29
- package/dist/esm/src/schemas/project-schema.json +3 -0
- package/dist/esm/src/schemas/user-schema.json +2 -9
- package/dist/esm/src/service-dependencies.js +17 -11
- package/dist/esm/src/services/services.js +12 -11
- package/dist/esm/src/services/util.js +4 -4
- package/dist/esm/src/template-shapes/templates.js +18 -12
- package/dist/esm/src/template-shapes/where.js +24 -15
- package/dist/esm/src/types/utils.js +3 -3
- package/dist/esm/src/unions.js +6 -8
- package/dist/esm/src/util/api-indexing.js +4 -4
- package/dist/esm/src/util/detect-cycles.js +2 -2
- package/dist/esm/src/util/find-shape-at-path.js +1 -1
- package/dist/esm/src/util/form-config.js +0 -1
- package/dist/esm/src/util/get-conflicting-properties.js +1 -1
- package/dist/esm/src/util/merge.js +23 -14
- package/dist/esm/src/util/patch-schema.js +2 -2
- package/dist/esm/src/util/shapes.js +2 -2
- package/dist/esm/src/validate.js +64 -47
- package/dist/esm/src/workflows.js +4 -4
- package/dist/types/src/agents.d.ts +1 -1
- package/dist/types/src/builtin-schema.d.ts +2 -2
- package/dist/types/src/content-schema-transform.d.ts +1 -1
- package/dist/types/src/create-input-schema.d.ts +1 -1
- package/dist/types/src/enum.d.ts +1 -1
- package/dist/types/src/flatten-templates.d.ts +1 -1
- package/dist/types/src/layers/layers.d.ts +1 -1
- package/dist/types/src/layers/refs.d.ts +1 -1
- package/dist/types/src/layers/type-utils.d.ts +1 -1
- package/dist/types/src/layers/visitor.d.ts +2 -2
- package/dist/types/src/migration/index.d.ts +1 -0
- package/dist/types/src/migration/to/v3.17.1.d.ts +1 -1
- package/dist/types/src/migration/to/v3.19.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.21.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.22.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.23.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.24.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.25.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.26.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.27.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.28.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.29.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.30.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.31.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.32.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.33.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.34.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.35.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.36.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.37.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.38.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.39.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.40.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.41.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.42.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.43.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.44.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.45.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.46.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.47.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.48.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.49.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.50.0.d.ts +1 -1
- package/dist/types/src/migration/to/v3.51.0.d.ts +4 -0
- package/dist/types/src/migration/types.d.ts +1 -1
- package/dist/types/src/mocks.d.ts +1 -1
- package/dist/types/src/models/project-schema.d.ts +3 -3
- package/dist/types/src/models/query.d.ts +2 -2
- package/dist/types/src/models/service.d.ts +2 -2
- package/dist/types/src/models/shape.d.ts +2 -2
- package/dist/types/src/project-schema/index.d.ts +4 -1
- package/dist/types/src/project-schema/latest.d.ts +28 -10
- package/dist/types/src/project-schema/v3.50.0.d.ts +27 -9
- package/dist/types/src/project-schema/v3.51.0.d.ts +2189 -0
- package/dist/types/src/refs.d.ts +1 -1
- package/dist/types/src/relationships.d.ts +2 -2
- package/dist/types/src/runtime-schema.d.ts +1 -1
- package/dist/types/src/schema-transform.d.ts +1 -1
- package/dist/types/src/schema-util.d.ts +2 -2
- package/dist/types/src/schemas/index.d.ts +2 -2
- package/dist/types/src/service-dependencies.d.ts +2 -2
- package/dist/types/src/services/services.d.ts +3 -3
- package/dist/types/src/services/util.d.ts +2 -2
- package/dist/types/src/template-shapes/index.d.ts +2 -2
- package/dist/types/src/template-shapes/names.d.ts +1 -1
- package/dist/types/src/template-shapes/types.d.ts +2 -2
- package/dist/types/src/template-shapes/where.d.ts +1 -1
- package/dist/types/src/types/transforms.d.ts +1 -1
- package/dist/types/src/types/types.d.ts +4 -4
- package/dist/types/src/types/utils.d.ts +2 -2
- package/dist/types/src/unions.d.ts +2 -2
- package/dist/types/src/util/ai-tools.d.ts +1 -1
- package/dist/types/src/util/api-indexing.d.ts +1 -1
- package/dist/types/src/util/detect-cycles.d.ts +1 -1
- package/dist/types/src/util/find-shape-at-path.d.ts +1 -1
- package/dist/types/src/util/form-config.d.ts +1 -1
- package/dist/types/src/util/get-conflicting-properties.d.ts +1 -1
- package/dist/types/src/util/get-return-shape.d.ts +1 -1
- package/dist/types/src/util/has-arg.d.ts +2 -2
- package/dist/types/src/util/merge.d.ts +1 -1
- package/dist/types/src/util/patch-schema.d.ts +2 -2
- package/dist/types/src/util/shapes.d.ts +1 -1
- package/dist/types/src/validate.d.ts +4 -4
- package/dist/types/src/workflows.d.ts +1 -1
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/examples/latest/agent-schema.json +5 -13
- package/examples/latest/all-fields-shapes-inline.json +19 -53
- package/examples/latest/all-fields-shapes.json +27 -77
- package/examples/latest/betzino.json +903 -3140
- package/examples/latest/blog-schema.json +9 -29
- package/examples/latest/brewery-schema.json +8 -26
- package/examples/latest/clear-cache-schema.json +4 -8
- package/examples/latest/complex-project-schema.json +99 -360
- package/examples/latest/complex-schema.json +487 -1754
- package/examples/latest/edit-schema.json +5 -12
- package/examples/latest/fabric-ecommerce.json +188 -839
- package/examples/latest/frank-and-fred-schema.json +489 -1756
- package/examples/latest/klirr-schema.json +683 -2412
- package/examples/latest/layers/rick-and-morty-layer.json +12 -33
- package/examples/latest/layers/shopify-layer-2023-01.json +2207 -8638
- package/examples/latest/layers/shopify-storefront-2023-04.json +403 -1713
- package/examples/latest/layers/wordpress-2024-01.json +689 -2744
- package/examples/latest/massive-schema.json +132 -585
- package/examples/latest/mill-components-schema.json +30 -126
- package/examples/latest/nested-shape-arrays.json +8 -20
- package/examples/latest/one-earth.json +237 -1114
- package/examples/latest/pet-oneof-array.json +8 -23
- package/examples/latest/post-schema.json +7 -21
- package/examples/latest/pruned-shopify-product-schema.json +186 -831
- package/examples/latest/rag-example.json +6 -16
- package/examples/latest/real-world-schema.json +15 -57
- package/examples/latest/recursive-repeater-schema.json +5 -12
- package/examples/latest/recursive-schema.json +5 -12
- package/examples/latest/rick-and-morty-ast.json +46 -175
- package/examples/latest/rick-and-morty-graphql.json +26 -101
- package/examples/latest/rick-and-morty-rest.json +4 -8
- package/examples/latest/rick-and-morty-with-indexing.json +6 -14
- package/examples/latest/schema-where-filter.json +12 -41
- package/examples/latest/schema-with-repeater-draftjs.json +4 -9
- package/examples/latest/schema-with-rick-and-morty.json +3 -5
- package/examples/latest/shape-books-v3_2_0.json +18 -72
- package/examples/latest/shape-books.json +18 -72
- package/examples/latest/shape-editor-schema-edited.json +24 -70
- package/examples/latest/shape-editor-schema-initial.json +11 -29
- package/examples/latest/shapedb-crud-every-prop-type.json +9 -23
- package/examples/latest/shopify-lookbook.json +6 -20
- package/examples/latest/shopify-product-2022-07.json +727 -3218
- package/examples/latest/shopify-product-2023-04.json +1013 -4497
- package/examples/latest/shopify-store-with-widget.json +214 -943
- package/examples/latest/stripe-product-runtime-schema.json +82 -278
- package/examples/latest/stripe-starter-resolved.json +477 -1954
- package/examples/latest/user-schema-no-required.json +4 -14
- package/examples/latest/user-schema-with-defaults.json +6 -28
- package/examples/latest/valvoline-ai-demo.json +18 -70
- package/examples/latest/vector-search-schema.json +9 -25
- package/examples/source/agent-schema.json +29 -16
- package/examples/source/all-fields-shapes-inline.json +21 -30
- package/examples/source/all-fields-shapes.json +26 -76
- package/examples/source/betzino.json +1501 -4960
- package/examples/source/blog-schema.json +1 -1
- package/examples/source/brewery-schema.json +1 -1
- package/examples/source/clear-cache-schema.json +4 -4
- package/examples/source/complex-project-schema.json +196 -688
- package/examples/source/edit-schema.json +3 -3
- package/examples/source/fabric-ecommerce.json +186 -837
- package/examples/source/frank-and-fred-schema.json +1136 -3929
- package/examples/source/layers/rick-and-morty-layer.json +10 -31
- package/examples/source/layers/shopify-layer-2023-01.json +2205 -8636
- package/examples/source/layers/shopify-storefront-2023-04.json +401 -1711
- package/examples/source/layers/wordpress-2024-01.json +689 -2743
- package/examples/source/massive-schema.json +386 -1455
- package/examples/source/nested-shape-arrays.json +12 -12
- package/examples/source/pet-oneof-array.json +31 -29
- package/examples/source/post-schema.json +1 -1
- package/examples/source/pruned-shopify-product-schema.json +184 -829
- package/examples/source/rag-example.json +5 -15
- package/examples/source/real-world-schema.json +32 -119
- package/examples/source/recursive-repeater-schema.json +3 -8
- package/examples/source/recursive-schema.json +1 -1
- package/examples/source/rick-and-morty-ast.json +66 -251
- package/examples/source/rick-and-morty-graphql.json +41 -162
- package/examples/source/rick-and-morty-rest.json +24 -6
- package/examples/source/rick-and-morty-with-indexing.json +25 -25
- package/examples/source/schema-where-filter.json +29 -50
- package/examples/source/schema-with-repeater-draftjs.json +9 -31
- package/examples/source/schema-with-rick-and-morty.json +4 -4
- package/examples/source/shape-books.json +49 -181
- package/examples/source/shape-editor-schema-edited.json +22 -68
- package/examples/source/shape-editor-schema-initial.json +9 -27
- package/examples/source/shapedb-crud-every-prop-type.json +20 -29
- package/examples/source/shopify-product-2022-07.json +736 -3261
- package/examples/source/shopify-product-2023-04.json +1022 -4540
- package/examples/source/shopify-store-with-widget.json +212 -941
- package/examples/source/stripe-product-runtime-schema.json +91 -321
- package/examples/source/stripe-starter-resolved.json +475 -1952
- package/examples/source/user-schema-with-defaults.json +1 -9
- package/examples/source/valvoline-ai-demo.json +175 -219
- package/examples/source/vector-search-schema.json +37 -38
- package/examples/v4_0_0/rick-and-morty-notes/flattened-schema.json +15 -49
- package/examples/v4_0_0/rick-and-morty-notes/layers/character-notes.json +8 -8
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/rick-and-morty-notes/layers/takeshape-static-sites.json +19 -79
- package/examples/v4_0_0/rick-and-morty-notes/schema.json +8 -5
- package/examples/v4_0_0/shopify-lookbook/flattened-schema.json +190 -851
- package/examples/v4_0_0/shopify-lookbook/layers/andrews-store.json +1103 -4431
- package/examples/v4_0_0/shopify-lookbook/layers/lookbook.json +64 -56
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-assets.json +1 -4
- package/examples/v4_0_0/shopify-lookbook/layers/takeshape-builtins.json +1 -3
- package/examples/v4_0_0/shopify-lookbook/schema.json +3 -10
- package/package.json +12 -9
|
@@ -25,11 +25,7 @@
|
|
|
25
25
|
"description": "Whether the version is actively supported by Shopify. Supported API versions are guaranteed to be stable. Unsupported API versions include unstable, release candidate, and end-of-life versions that are marked as unsupported. For more information, refer to [Versioning](https://shopify.dev/api/usage/versioning)."
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
"required": [
|
|
29
|
-
"displayName",
|
|
30
|
-
"handle",
|
|
31
|
-
"supported"
|
|
32
|
-
]
|
|
28
|
+
"required": ["displayName", "handle", "supported"]
|
|
33
29
|
}
|
|
34
30
|
},
|
|
35
31
|
"ShopifyStorefront_ApplePayWalletContentInput": {
|
|
@@ -71,13 +67,7 @@
|
|
|
71
67
|
"description": "The version for the Apple Pay wallet."
|
|
72
68
|
}
|
|
73
69
|
},
|
|
74
|
-
"required": [
|
|
75
|
-
"billingAddress",
|
|
76
|
-
"data",
|
|
77
|
-
"header",
|
|
78
|
-
"signature",
|
|
79
|
-
"version"
|
|
80
|
-
]
|
|
70
|
+
"required": ["billingAddress", "data", "header", "signature", "version"]
|
|
81
71
|
}
|
|
82
72
|
},
|
|
83
73
|
"ShopifyStorefront_ApplePayWalletHeaderInput": {
|
|
@@ -109,11 +99,7 @@
|
|
|
109
99
|
"description": "The transaction ID for the Apple Pay wallet."
|
|
110
100
|
}
|
|
111
101
|
},
|
|
112
|
-
"required": [
|
|
113
|
-
"ephemeralPublicKey",
|
|
114
|
-
"publicKeyHash",
|
|
115
|
-
"transactionId"
|
|
116
|
-
]
|
|
102
|
+
"required": ["ephemeralPublicKey", "publicKeyHash", "transactionId"]
|
|
117
103
|
}
|
|
118
104
|
},
|
|
119
105
|
"ShopifyStorefront_AppliedGiftCard": {
|
|
@@ -173,9 +159,7 @@
|
|
|
173
159
|
"presentmentAmountUsed"
|
|
174
160
|
]
|
|
175
161
|
},
|
|
176
|
-
"interfaces": [
|
|
177
|
-
"ShopifyStorefront_Node"
|
|
178
|
-
]
|
|
162
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
179
163
|
},
|
|
180
164
|
"ShopifyStorefront_Article": {
|
|
181
165
|
"name": "ShopifyStorefront_Article",
|
|
@@ -301,10 +285,7 @@
|
|
|
301
285
|
"description": "The identifier for the metafield."
|
|
302
286
|
}
|
|
303
287
|
},
|
|
304
|
-
"required": [
|
|
305
|
-
"namespace",
|
|
306
|
-
"key"
|
|
307
|
-
]
|
|
288
|
+
"required": ["namespace", "key"]
|
|
308
289
|
},
|
|
309
290
|
"description": "Returns a metafield found by namespace and key."
|
|
310
291
|
},
|
|
@@ -325,9 +306,7 @@
|
|
|
325
306
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
326
307
|
}
|
|
327
308
|
},
|
|
328
|
-
"required": [
|
|
329
|
-
"identifiers"
|
|
330
|
-
]
|
|
309
|
+
"required": ["identifiers"]
|
|
331
310
|
},
|
|
332
311
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
333
312
|
},
|
|
@@ -414,12 +393,7 @@
|
|
|
414
393
|
"description": "The author's full name."
|
|
415
394
|
}
|
|
416
395
|
},
|
|
417
|
-
"required": [
|
|
418
|
-
"email",
|
|
419
|
-
"firstName",
|
|
420
|
-
"lastName",
|
|
421
|
-
"name"
|
|
422
|
-
]
|
|
396
|
+
"required": ["email", "firstName", "lastName", "name"]
|
|
423
397
|
}
|
|
424
398
|
},
|
|
425
399
|
"ShopifyStorefront_ArticleConnection": {
|
|
@@ -452,11 +426,7 @@
|
|
|
452
426
|
"description": "Information to aid in pagination."
|
|
453
427
|
}
|
|
454
428
|
},
|
|
455
|
-
"required": [
|
|
456
|
-
"edges",
|
|
457
|
-
"nodes",
|
|
458
|
-
"pageInfo"
|
|
459
|
-
]
|
|
429
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
460
430
|
}
|
|
461
431
|
},
|
|
462
432
|
"ShopifyStorefront_ArticleEdge": {
|
|
@@ -478,10 +448,7 @@
|
|
|
478
448
|
"description": "The item at the end of ArticleEdge."
|
|
479
449
|
}
|
|
480
450
|
},
|
|
481
|
-
"required": [
|
|
482
|
-
"cursor",
|
|
483
|
-
"node"
|
|
484
|
-
]
|
|
451
|
+
"required": ["cursor", "node"]
|
|
485
452
|
}
|
|
486
453
|
},
|
|
487
454
|
"ShopifyStorefront_ArticleSortKeys": {
|
|
@@ -490,15 +457,7 @@
|
|
|
490
457
|
"id": "ShopifyStorefront_ArticleSortKeys",
|
|
491
458
|
"description": "The set of valid sort keys for the Article query.",
|
|
492
459
|
"schema": {
|
|
493
|
-
"enum": [
|
|
494
|
-
"TITLE",
|
|
495
|
-
"BLOG_TITLE",
|
|
496
|
-
"AUTHOR",
|
|
497
|
-
"UPDATED_AT",
|
|
498
|
-
"PUBLISHED_AT",
|
|
499
|
-
"ID",
|
|
500
|
-
"RELEVANCE"
|
|
501
|
-
]
|
|
460
|
+
"enum": ["TITLE", "BLOG_TITLE", "AUTHOR", "UPDATED_AT", "PUBLISHED_AT", "ID", "RELEVANCE"]
|
|
502
461
|
}
|
|
503
462
|
},
|
|
504
463
|
"ShopifyStorefront_Attribute": {
|
|
@@ -520,9 +479,7 @@
|
|
|
520
479
|
"description": "Value of the attribute."
|
|
521
480
|
}
|
|
522
481
|
},
|
|
523
|
-
"required": [
|
|
524
|
-
"key"
|
|
525
|
-
]
|
|
482
|
+
"required": ["key"]
|
|
526
483
|
}
|
|
527
484
|
},
|
|
528
485
|
"ShopifyStorefront_AttributeInput": {
|
|
@@ -544,10 +501,7 @@
|
|
|
544
501
|
"description": "Value of the attribute."
|
|
545
502
|
}
|
|
546
503
|
},
|
|
547
|
-
"required": [
|
|
548
|
-
"key",
|
|
549
|
-
"value"
|
|
550
|
-
]
|
|
504
|
+
"required": ["key", "value"]
|
|
551
505
|
}
|
|
552
506
|
},
|
|
553
507
|
"ShopifyStorefront_AutomaticDiscountApplication": {
|
|
@@ -584,17 +538,9 @@
|
|
|
584
538
|
"description": "The value of the discount application."
|
|
585
539
|
}
|
|
586
540
|
},
|
|
587
|
-
"required": [
|
|
588
|
-
"allocationMethod",
|
|
589
|
-
"targetSelection",
|
|
590
|
-
"targetType",
|
|
591
|
-
"title",
|
|
592
|
-
"value"
|
|
593
|
-
]
|
|
541
|
+
"required": ["allocationMethod", "targetSelection", "targetType", "title", "value"]
|
|
594
542
|
},
|
|
595
|
-
"interfaces": [
|
|
596
|
-
"ShopifyStorefront_DiscountApplication"
|
|
597
|
-
]
|
|
543
|
+
"interfaces": ["ShopifyStorefront_DiscountApplication"]
|
|
598
544
|
},
|
|
599
545
|
"ShopifyStorefront_AvailableShippingRates": {
|
|
600
546
|
"name": "ShopifyStorefront_AvailableShippingRates",
|
|
@@ -618,9 +564,7 @@
|
|
|
618
564
|
"description": "The fetched shipping rates. `null` until the `ready` field is `true`."
|
|
619
565
|
}
|
|
620
566
|
},
|
|
621
|
-
"required": [
|
|
622
|
-
"ready"
|
|
623
|
-
]
|
|
567
|
+
"required": ["ready"]
|
|
624
568
|
}
|
|
625
569
|
},
|
|
626
570
|
"ShopifyStorefront_BaseCartLine": {
|
|
@@ -642,9 +586,7 @@
|
|
|
642
586
|
"description": "The key of the attribute."
|
|
643
587
|
}
|
|
644
588
|
},
|
|
645
|
-
"required": [
|
|
646
|
-
"key"
|
|
647
|
-
]
|
|
589
|
+
"required": ["key"]
|
|
648
590
|
},
|
|
649
591
|
"description": "An attribute associated with the cart line."
|
|
650
592
|
},
|
|
@@ -697,20 +639,10 @@
|
|
|
697
639
|
"description": "The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased."
|
|
698
640
|
}
|
|
699
641
|
},
|
|
700
|
-
"required": [
|
|
701
|
-
"attributes",
|
|
702
|
-
"cost",
|
|
703
|
-
"discountAllocations",
|
|
704
|
-
"estimatedCost",
|
|
705
|
-
"id",
|
|
706
|
-
"merchandise",
|
|
707
|
-
"quantity"
|
|
708
|
-
]
|
|
642
|
+
"required": ["attributes", "cost", "discountAllocations", "estimatedCost", "id", "merchandise", "quantity"]
|
|
709
643
|
},
|
|
710
644
|
"type": "interface",
|
|
711
|
-
"interfaces": [
|
|
712
|
-
"ShopifyStorefront_Node"
|
|
713
|
-
]
|
|
645
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
714
646
|
},
|
|
715
647
|
"ShopifyStorefront_BaseCartLineConnection": {
|
|
716
648
|
"name": "ShopifyStorefront_BaseCartLineConnection",
|
|
@@ -742,11 +674,7 @@
|
|
|
742
674
|
"description": "Information to aid in pagination."
|
|
743
675
|
}
|
|
744
676
|
},
|
|
745
|
-
"required": [
|
|
746
|
-
"edges",
|
|
747
|
-
"nodes",
|
|
748
|
-
"pageInfo"
|
|
749
|
-
]
|
|
677
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
750
678
|
}
|
|
751
679
|
},
|
|
752
680
|
"ShopifyStorefront_BaseCartLineEdge": {
|
|
@@ -768,10 +696,7 @@
|
|
|
768
696
|
"description": "The item at the end of BaseCartLineEdge."
|
|
769
697
|
}
|
|
770
698
|
},
|
|
771
|
-
"required": [
|
|
772
|
-
"cursor",
|
|
773
|
-
"node"
|
|
774
|
-
]
|
|
699
|
+
"required": ["cursor", "node"]
|
|
775
700
|
}
|
|
776
701
|
},
|
|
777
702
|
"ShopifyStorefront_Blog": {
|
|
@@ -793,9 +718,7 @@
|
|
|
793
718
|
"description": "The handle of the article."
|
|
794
719
|
}
|
|
795
720
|
},
|
|
796
|
-
"required": [
|
|
797
|
-
"handle"
|
|
798
|
-
]
|
|
721
|
+
"required": ["handle"]
|
|
799
722
|
},
|
|
800
723
|
"description": "Find an article by its handle."
|
|
801
724
|
},
|
|
@@ -873,10 +796,7 @@
|
|
|
873
796
|
"description": "The identifier for the metafield."
|
|
874
797
|
}
|
|
875
798
|
},
|
|
876
|
-
"required": [
|
|
877
|
-
"namespace",
|
|
878
|
-
"key"
|
|
879
|
-
]
|
|
799
|
+
"required": ["namespace", "key"]
|
|
880
800
|
},
|
|
881
801
|
"description": "Returns a metafield found by namespace and key."
|
|
882
802
|
},
|
|
@@ -897,9 +817,7 @@
|
|
|
897
817
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
898
818
|
}
|
|
899
819
|
},
|
|
900
|
-
"required": [
|
|
901
|
-
"identifiers"
|
|
902
|
-
]
|
|
820
|
+
"required": ["identifiers"]
|
|
903
821
|
},
|
|
904
822
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
905
823
|
},
|
|
@@ -919,14 +837,7 @@
|
|
|
919
837
|
"description": "The blogs’s title."
|
|
920
838
|
}
|
|
921
839
|
},
|
|
922
|
-
"required": [
|
|
923
|
-
"articles",
|
|
924
|
-
"authors",
|
|
925
|
-
"handle",
|
|
926
|
-
"id",
|
|
927
|
-
"metafields",
|
|
928
|
-
"title"
|
|
929
|
-
]
|
|
840
|
+
"required": ["articles", "authors", "handle", "id", "metafields", "title"]
|
|
930
841
|
},
|
|
931
842
|
"interfaces": [
|
|
932
843
|
"ShopifyStorefront_HasMetafields",
|
|
@@ -964,11 +875,7 @@
|
|
|
964
875
|
"description": "Information to aid in pagination."
|
|
965
876
|
}
|
|
966
877
|
},
|
|
967
|
-
"required": [
|
|
968
|
-
"edges",
|
|
969
|
-
"nodes",
|
|
970
|
-
"pageInfo"
|
|
971
|
-
]
|
|
878
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
972
879
|
}
|
|
973
880
|
},
|
|
974
881
|
"ShopifyStorefront_BlogEdge": {
|
|
@@ -990,10 +897,7 @@
|
|
|
990
897
|
"description": "The item at the end of BlogEdge."
|
|
991
898
|
}
|
|
992
899
|
},
|
|
993
|
-
"required": [
|
|
994
|
-
"cursor",
|
|
995
|
-
"node"
|
|
996
|
-
]
|
|
900
|
+
"required": ["cursor", "node"]
|
|
997
901
|
}
|
|
998
902
|
},
|
|
999
903
|
"ShopifyStorefront_BlogSortKeys": {
|
|
@@ -1002,12 +906,7 @@
|
|
|
1002
906
|
"id": "ShopifyStorefront_BlogSortKeys",
|
|
1003
907
|
"description": "The set of valid sort keys for the Blog query.",
|
|
1004
908
|
"schema": {
|
|
1005
|
-
"enum": [
|
|
1006
|
-
"HANDLE",
|
|
1007
|
-
"TITLE",
|
|
1008
|
-
"ID",
|
|
1009
|
-
"RELEVANCE"
|
|
1010
|
-
]
|
|
909
|
+
"enum": ["HANDLE", "TITLE", "ID", "RELEVANCE"]
|
|
1011
910
|
}
|
|
1012
911
|
},
|
|
1013
912
|
"ShopifyStorefront_Brand": {
|
|
@@ -1049,9 +948,7 @@
|
|
|
1049
948
|
"description": "The store's preferred logo for square UI elements."
|
|
1050
949
|
}
|
|
1051
950
|
},
|
|
1052
|
-
"required": [
|
|
1053
|
-
"colors"
|
|
1054
|
-
]
|
|
951
|
+
"required": ["colors"]
|
|
1055
952
|
}
|
|
1056
953
|
},
|
|
1057
954
|
"ShopifyStorefront_BrandColorGroup": {
|
|
@@ -1100,10 +997,7 @@
|
|
|
1100
997
|
"description": "The shop's secondary brand colors."
|
|
1101
998
|
}
|
|
1102
999
|
},
|
|
1103
|
-
"required": [
|
|
1104
|
-
"primary",
|
|
1105
|
-
"secondary"
|
|
1106
|
-
]
|
|
1000
|
+
"required": ["primary", "secondary"]
|
|
1107
1001
|
}
|
|
1108
1002
|
},
|
|
1109
1003
|
"ShopifyStorefront_CardBrand": {
|
|
@@ -1112,14 +1006,7 @@
|
|
|
1112
1006
|
"id": "ShopifyStorefront_CardBrand",
|
|
1113
1007
|
"description": "Card brand, such as Visa or Mastercard, which can be used for payments.",
|
|
1114
1008
|
"schema": {
|
|
1115
|
-
"enum": [
|
|
1116
|
-
"VISA",
|
|
1117
|
-
"MASTERCARD",
|
|
1118
|
-
"DISCOVER",
|
|
1119
|
-
"AMERICAN_EXPRESS",
|
|
1120
|
-
"DINERS_CLUB",
|
|
1121
|
-
"JCB"
|
|
1122
|
-
]
|
|
1009
|
+
"enum": ["VISA", "MASTERCARD", "DISCOVER", "AMERICAN_EXPRESS", "DINERS_CLUB", "JCB"]
|
|
1123
1010
|
}
|
|
1124
1011
|
},
|
|
1125
1012
|
"ShopifyStorefront_Cart": {
|
|
@@ -1141,9 +1028,7 @@
|
|
|
1141
1028
|
"description": "The key of the attribute."
|
|
1142
1029
|
}
|
|
1143
1030
|
},
|
|
1144
|
-
"required": [
|
|
1145
|
-
"key"
|
|
1146
|
-
]
|
|
1031
|
+
"required": ["key"]
|
|
1147
1032
|
},
|
|
1148
1033
|
"description": "An attribute associated with the cart."
|
|
1149
1034
|
},
|
|
@@ -1280,10 +1165,7 @@
|
|
|
1280
1165
|
"description": "The identifier for the metafield."
|
|
1281
1166
|
}
|
|
1282
1167
|
},
|
|
1283
|
-
"required": [
|
|
1284
|
-
"namespace",
|
|
1285
|
-
"key"
|
|
1286
|
-
]
|
|
1168
|
+
"required": ["namespace", "key"]
|
|
1287
1169
|
},
|
|
1288
1170
|
"description": "Returns a metafield found by namespace and key."
|
|
1289
1171
|
},
|
|
@@ -1304,9 +1186,7 @@
|
|
|
1304
1186
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
1305
1187
|
}
|
|
1306
1188
|
},
|
|
1307
|
-
"required": [
|
|
1308
|
-
"identifiers"
|
|
1309
|
-
]
|
|
1189
|
+
"required": ["identifiers"]
|
|
1310
1190
|
},
|
|
1311
1191
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
1312
1192
|
},
|
|
@@ -1343,10 +1223,7 @@
|
|
|
1343
1223
|
"updatedAt"
|
|
1344
1224
|
]
|
|
1345
1225
|
},
|
|
1346
|
-
"interfaces": [
|
|
1347
|
-
"ShopifyStorefront_HasMetafields",
|
|
1348
|
-
"ShopifyStorefront_Node"
|
|
1349
|
-
]
|
|
1226
|
+
"interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
|
|
1350
1227
|
},
|
|
1351
1228
|
"ShopifyStorefront_CartAttributesUpdatePayload": {
|
|
1352
1229
|
"name": "ShopifyStorefront_CartAttributesUpdatePayload",
|
|
@@ -1370,9 +1247,7 @@
|
|
|
1370
1247
|
"description": "The list of errors that occurred from executing the mutation."
|
|
1371
1248
|
}
|
|
1372
1249
|
},
|
|
1373
|
-
"required": [
|
|
1374
|
-
"userErrors"
|
|
1375
|
-
]
|
|
1250
|
+
"required": ["userErrors"]
|
|
1376
1251
|
}
|
|
1377
1252
|
},
|
|
1378
1253
|
"ShopifyStorefront_CartAutomaticDiscountAllocation": {
|
|
@@ -1394,14 +1269,9 @@
|
|
|
1394
1269
|
"description": "The title of the allocated discount."
|
|
1395
1270
|
}
|
|
1396
1271
|
},
|
|
1397
|
-
"required": [
|
|
1398
|
-
"discountedAmount",
|
|
1399
|
-
"title"
|
|
1400
|
-
]
|
|
1272
|
+
"required": ["discountedAmount", "title"]
|
|
1401
1273
|
},
|
|
1402
|
-
"interfaces": [
|
|
1403
|
-
"ShopifyStorefront_CartDiscountAllocation"
|
|
1404
|
-
]
|
|
1274
|
+
"interfaces": ["ShopifyStorefront_CartDiscountAllocation"]
|
|
1405
1275
|
},
|
|
1406
1276
|
"ShopifyStorefront_CartBuyerIdentity": {
|
|
1407
1277
|
"name": "ShopifyStorefront_CartBuyerIdentity",
|
|
@@ -1448,10 +1318,7 @@
|
|
|
1448
1318
|
"description": "A set of wallet preferences tied to the buyer that is interacting with the cart.\nPreferences can be used to populate relevant payment fields in the checkout flow."
|
|
1449
1319
|
}
|
|
1450
1320
|
},
|
|
1451
|
-
"required": [
|
|
1452
|
-
"deliveryAddressPreferences",
|
|
1453
|
-
"walletPreferences"
|
|
1454
|
-
]
|
|
1321
|
+
"required": ["deliveryAddressPreferences", "walletPreferences"]
|
|
1455
1322
|
}
|
|
1456
1323
|
},
|
|
1457
1324
|
"ShopifyStorefront_CartBuyerIdentityInput": {
|
|
@@ -1523,9 +1390,7 @@
|
|
|
1523
1390
|
"description": "The list of errors that occurred from executing the mutation."
|
|
1524
1391
|
}
|
|
1525
1392
|
},
|
|
1526
|
-
"required": [
|
|
1527
|
-
"userErrors"
|
|
1528
|
-
]
|
|
1393
|
+
"required": ["userErrors"]
|
|
1529
1394
|
}
|
|
1530
1395
|
},
|
|
1531
1396
|
"ShopifyStorefront_CartCardSource": {
|
|
@@ -1534,9 +1399,7 @@
|
|
|
1534
1399
|
"id": "ShopifyStorefront_CartCardSource",
|
|
1535
1400
|
"description": "Represents how credit card details are provided for a direct payment.\n",
|
|
1536
1401
|
"schema": {
|
|
1537
|
-
"enum": [
|
|
1538
|
-
"SAVED_CREDIT_CARD"
|
|
1539
|
-
]
|
|
1402
|
+
"enum": ["SAVED_CREDIT_CARD"]
|
|
1540
1403
|
}
|
|
1541
1404
|
},
|
|
1542
1405
|
"ShopifyStorefront_CartCodeDiscountAllocation": {
|
|
@@ -1558,14 +1421,9 @@
|
|
|
1558
1421
|
"description": "The discounted amount that has been applied to the cart line."
|
|
1559
1422
|
}
|
|
1560
1423
|
},
|
|
1561
|
-
"required": [
|
|
1562
|
-
"code",
|
|
1563
|
-
"discountedAmount"
|
|
1564
|
-
]
|
|
1424
|
+
"required": ["code", "discountedAmount"]
|
|
1565
1425
|
},
|
|
1566
|
-
"interfaces": [
|
|
1567
|
-
"ShopifyStorefront_CartDiscountAllocation"
|
|
1568
|
-
]
|
|
1426
|
+
"interfaces": ["ShopifyStorefront_CartDiscountAllocation"]
|
|
1569
1427
|
},
|
|
1570
1428
|
"ShopifyStorefront_CartCompletionAction": {
|
|
1571
1429
|
"name": "ShopifyStorefront_CartCompletionAction",
|
|
@@ -1599,9 +1457,7 @@
|
|
|
1599
1457
|
"description": "The ID of the cart completion attempt."
|
|
1600
1458
|
}
|
|
1601
1459
|
},
|
|
1602
|
-
"required": [
|
|
1603
|
-
"id"
|
|
1604
|
-
]
|
|
1460
|
+
"required": ["id"]
|
|
1605
1461
|
}
|
|
1606
1462
|
},
|
|
1607
1463
|
"ShopifyStorefront_CartCompletionAttemptResult": {
|
|
@@ -1648,10 +1504,7 @@
|
|
|
1648
1504
|
"description": "The ID of the cart completion attempt."
|
|
1649
1505
|
}
|
|
1650
1506
|
},
|
|
1651
|
-
"required": [
|
|
1652
|
-
"errors",
|
|
1653
|
-
"id"
|
|
1654
|
-
]
|
|
1507
|
+
"required": ["errors", "id"]
|
|
1655
1508
|
}
|
|
1656
1509
|
},
|
|
1657
1510
|
"ShopifyStorefront_CartCompletionProcessing": {
|
|
@@ -1673,10 +1526,7 @@
|
|
|
1673
1526
|
"description": "The number of milliseconds to wait before polling again."
|
|
1674
1527
|
}
|
|
1675
1528
|
},
|
|
1676
|
-
"required": [
|
|
1677
|
-
"id",
|
|
1678
|
-
"pollDelay"
|
|
1679
|
-
]
|
|
1529
|
+
"required": ["id", "pollDelay"]
|
|
1680
1530
|
}
|
|
1681
1531
|
},
|
|
1682
1532
|
"ShopifyStorefront_CartCompletionSuccess": {
|
|
@@ -1709,11 +1559,7 @@
|
|
|
1709
1559
|
"@mapping": "shopify-storefront:CartCompletionSuccess.orderUrl"
|
|
1710
1560
|
}
|
|
1711
1561
|
},
|
|
1712
|
-
"required": [
|
|
1713
|
-
"id",
|
|
1714
|
-
"orderId",
|
|
1715
|
-
"orderUrl"
|
|
1716
|
-
]
|
|
1562
|
+
"required": ["id", "orderId", "orderUrl"]
|
|
1717
1563
|
}
|
|
1718
1564
|
},
|
|
1719
1565
|
"ShopifyStorefront_CartCost": {
|
|
@@ -1803,9 +1649,7 @@
|
|
|
1803
1649
|
"description": "The list of errors that occurred from executing the mutation."
|
|
1804
1650
|
}
|
|
1805
1651
|
},
|
|
1806
|
-
"required": [
|
|
1807
|
-
"userErrors"
|
|
1808
|
-
]
|
|
1652
|
+
"required": ["userErrors"]
|
|
1809
1653
|
}
|
|
1810
1654
|
},
|
|
1811
1655
|
"ShopifyStorefront_CartCustomDiscountAllocation": {
|
|
@@ -1827,14 +1671,9 @@
|
|
|
1827
1671
|
"description": "The title of the allocated discount."
|
|
1828
1672
|
}
|
|
1829
1673
|
},
|
|
1830
|
-
"required": [
|
|
1831
|
-
"discountedAmount",
|
|
1832
|
-
"title"
|
|
1833
|
-
]
|
|
1674
|
+
"required": ["discountedAmount", "title"]
|
|
1834
1675
|
},
|
|
1835
|
-
"interfaces": [
|
|
1836
|
-
"ShopifyStorefront_CartDiscountAllocation"
|
|
1837
|
-
]
|
|
1676
|
+
"interfaces": ["ShopifyStorefront_CartDiscountAllocation"]
|
|
1838
1677
|
},
|
|
1839
1678
|
"ShopifyStorefront_CartDeliveryGroup": {
|
|
1840
1679
|
"name": "ShopifyStorefront_CartDeliveryGroup",
|
|
@@ -1900,12 +1739,7 @@
|
|
|
1900
1739
|
"description": "The selected delivery option for the delivery group."
|
|
1901
1740
|
}
|
|
1902
1741
|
},
|
|
1903
|
-
"required": [
|
|
1904
|
-
"cartLines",
|
|
1905
|
-
"deliveryAddress",
|
|
1906
|
-
"deliveryOptions",
|
|
1907
|
-
"id"
|
|
1908
|
-
]
|
|
1742
|
+
"required": ["cartLines", "deliveryAddress", "deliveryOptions", "id"]
|
|
1909
1743
|
}
|
|
1910
1744
|
},
|
|
1911
1745
|
"ShopifyStorefront_CartDeliveryGroupConnection": {
|
|
@@ -1938,11 +1772,7 @@
|
|
|
1938
1772
|
"description": "Information to aid in pagination."
|
|
1939
1773
|
}
|
|
1940
1774
|
},
|
|
1941
|
-
"required": [
|
|
1942
|
-
"edges",
|
|
1943
|
-
"nodes",
|
|
1944
|
-
"pageInfo"
|
|
1945
|
-
]
|
|
1775
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
1946
1776
|
}
|
|
1947
1777
|
},
|
|
1948
1778
|
"ShopifyStorefront_CartDeliveryGroupEdge": {
|
|
@@ -1964,10 +1794,7 @@
|
|
|
1964
1794
|
"description": "The item at the end of CartDeliveryGroupEdge."
|
|
1965
1795
|
}
|
|
1966
1796
|
},
|
|
1967
|
-
"required": [
|
|
1968
|
-
"cursor",
|
|
1969
|
-
"node"
|
|
1970
|
-
]
|
|
1797
|
+
"required": ["cursor", "node"]
|
|
1971
1798
|
}
|
|
1972
1799
|
},
|
|
1973
1800
|
"ShopifyStorefront_CartDeliveryOption": {
|
|
@@ -2009,11 +1836,7 @@
|
|
|
2009
1836
|
"description": "The title of the delivery option."
|
|
2010
1837
|
}
|
|
2011
1838
|
},
|
|
2012
|
-
"required": [
|
|
2013
|
-
"deliveryMethodType",
|
|
2014
|
-
"estimatedCost",
|
|
2015
|
-
"handle"
|
|
2016
|
-
]
|
|
1839
|
+
"required": ["deliveryMethodType", "estimatedCost", "handle"]
|
|
2017
1840
|
}
|
|
2018
1841
|
},
|
|
2019
1842
|
"ShopifyStorefront_CartDirectPaymentMethodInput": {
|
|
@@ -2040,10 +1863,7 @@
|
|
|
2040
1863
|
"description": "The source of the credit card payment."
|
|
2041
1864
|
}
|
|
2042
1865
|
},
|
|
2043
|
-
"required": [
|
|
2044
|
-
"billingAddress",
|
|
2045
|
-
"sessionId"
|
|
2046
|
-
]
|
|
1866
|
+
"required": ["billingAddress", "sessionId"]
|
|
2047
1867
|
}
|
|
2048
1868
|
},
|
|
2049
1869
|
"ShopifyStorefront_CartDiscountAllocation": {
|
|
@@ -2060,9 +1880,7 @@
|
|
|
2060
1880
|
"description": "The discounted amount that has been applied to the cart line."
|
|
2061
1881
|
}
|
|
2062
1882
|
},
|
|
2063
|
-
"required": [
|
|
2064
|
-
"discountedAmount"
|
|
2065
|
-
]
|
|
1883
|
+
"required": ["discountedAmount"]
|
|
2066
1884
|
},
|
|
2067
1885
|
"type": "interface"
|
|
2068
1886
|
},
|
|
@@ -2085,10 +1903,7 @@
|
|
|
2085
1903
|
"description": "The code for the discount."
|
|
2086
1904
|
}
|
|
2087
1905
|
},
|
|
2088
|
-
"required": [
|
|
2089
|
-
"applicable",
|
|
2090
|
-
"code"
|
|
2091
|
-
]
|
|
1906
|
+
"required": ["applicable", "code"]
|
|
2092
1907
|
}
|
|
2093
1908
|
},
|
|
2094
1909
|
"ShopifyStorefront_CartDiscountCodesUpdatePayload": {
|
|
@@ -2113,9 +1928,7 @@
|
|
|
2113
1928
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2114
1929
|
}
|
|
2115
1930
|
},
|
|
2116
|
-
"required": [
|
|
2117
|
-
"userErrors"
|
|
2118
|
-
]
|
|
1931
|
+
"required": ["userErrors"]
|
|
2119
1932
|
}
|
|
2120
1933
|
},
|
|
2121
1934
|
"ShopifyStorefront_CartErrorCode": {
|
|
@@ -2173,11 +1986,7 @@
|
|
|
2173
1986
|
"description": "The estimated tax amount for the customer to pay at checkout."
|
|
2174
1987
|
}
|
|
2175
1988
|
},
|
|
2176
|
-
"required": [
|
|
2177
|
-
"checkoutChargeAmount",
|
|
2178
|
-
"subtotalAmount",
|
|
2179
|
-
"totalAmount"
|
|
2180
|
-
]
|
|
1989
|
+
"required": ["checkoutChargeAmount", "subtotalAmount", "totalAmount"]
|
|
2181
1990
|
}
|
|
2182
1991
|
},
|
|
2183
1992
|
"ShopifyStorefront_CartFreePaymentMethodInput": {
|
|
@@ -2194,9 +2003,7 @@
|
|
|
2194
2003
|
"description": "The customer's billing address."
|
|
2195
2004
|
}
|
|
2196
2005
|
},
|
|
2197
|
-
"required": [
|
|
2198
|
-
"billingAddress"
|
|
2199
|
-
]
|
|
2006
|
+
"required": ["billingAddress"]
|
|
2200
2007
|
}
|
|
2201
2008
|
},
|
|
2202
2009
|
"ShopifyStorefront_CartInput": {
|
|
@@ -2276,11 +2083,7 @@
|
|
|
2276
2083
|
"description": "The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types)."
|
|
2277
2084
|
}
|
|
2278
2085
|
},
|
|
2279
|
-
"required": [
|
|
2280
|
-
"key",
|
|
2281
|
-
"value",
|
|
2282
|
-
"type"
|
|
2283
|
-
]
|
|
2086
|
+
"required": ["key", "value", "type"]
|
|
2284
2087
|
}
|
|
2285
2088
|
},
|
|
2286
2089
|
"ShopifyStorefront_CartLine": {
|
|
@@ -2302,9 +2105,7 @@
|
|
|
2302
2105
|
"description": "The key of the attribute."
|
|
2303
2106
|
}
|
|
2304
2107
|
},
|
|
2305
|
-
"required": [
|
|
2306
|
-
"key"
|
|
2307
|
-
]
|
|
2108
|
+
"required": ["key"]
|
|
2308
2109
|
},
|
|
2309
2110
|
"description": "An attribute associated with the cart line."
|
|
2310
2111
|
},
|
|
@@ -2357,20 +2158,9 @@
|
|
|
2357
2158
|
"description": "The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased."
|
|
2358
2159
|
}
|
|
2359
2160
|
},
|
|
2360
|
-
"required": [
|
|
2361
|
-
"attributes",
|
|
2362
|
-
"cost",
|
|
2363
|
-
"discountAllocations",
|
|
2364
|
-
"estimatedCost",
|
|
2365
|
-
"id",
|
|
2366
|
-
"merchandise",
|
|
2367
|
-
"quantity"
|
|
2368
|
-
]
|
|
2161
|
+
"required": ["attributes", "cost", "discountAllocations", "estimatedCost", "id", "merchandise", "quantity"]
|
|
2369
2162
|
},
|
|
2370
|
-
"interfaces": [
|
|
2371
|
-
"ShopifyStorefront_BaseCartLine",
|
|
2372
|
-
"ShopifyStorefront_Node"
|
|
2373
|
-
]
|
|
2163
|
+
"interfaces": ["ShopifyStorefront_BaseCartLine", "ShopifyStorefront_Node"]
|
|
2374
2164
|
},
|
|
2375
2165
|
"ShopifyStorefront_CartLineCost": {
|
|
2376
2166
|
"name": "ShopifyStorefront_CartLineCost",
|
|
@@ -2401,11 +2191,7 @@
|
|
|
2401
2191
|
"description": "The total cost of the merchandise line."
|
|
2402
2192
|
}
|
|
2403
2193
|
},
|
|
2404
|
-
"required": [
|
|
2405
|
-
"amountPerQuantity",
|
|
2406
|
-
"subtotalAmount",
|
|
2407
|
-
"totalAmount"
|
|
2408
|
-
]
|
|
2194
|
+
"required": ["amountPerQuantity", "subtotalAmount", "totalAmount"]
|
|
2409
2195
|
}
|
|
2410
2196
|
},
|
|
2411
2197
|
"ShopifyStorefront_CartLineEstimatedCost": {
|
|
@@ -2437,11 +2223,7 @@
|
|
|
2437
2223
|
"description": "The estimated total cost of the merchandise line."
|
|
2438
2224
|
}
|
|
2439
2225
|
},
|
|
2440
|
-
"required": [
|
|
2441
|
-
"amount",
|
|
2442
|
-
"subtotalAmount",
|
|
2443
|
-
"totalAmount"
|
|
2444
|
-
]
|
|
2226
|
+
"required": ["amount", "subtotalAmount", "totalAmount"]
|
|
2445
2227
|
}
|
|
2446
2228
|
},
|
|
2447
2229
|
"ShopifyStorefront_CartLineInput": {
|
|
@@ -2479,9 +2261,7 @@
|
|
|
2479
2261
|
"description": "The ID of the selling plan that the merchandise is being purchased with."
|
|
2480
2262
|
}
|
|
2481
2263
|
},
|
|
2482
|
-
"required": [
|
|
2483
|
-
"merchandiseId"
|
|
2484
|
-
]
|
|
2264
|
+
"required": ["merchandiseId"]
|
|
2485
2265
|
}
|
|
2486
2266
|
},
|
|
2487
2267
|
"ShopifyStorefront_CartLineUpdateInput": {
|
|
@@ -2524,9 +2304,7 @@
|
|
|
2524
2304
|
"description": "The ID of the selling plan that the merchandise is being purchased with."
|
|
2525
2305
|
}
|
|
2526
2306
|
},
|
|
2527
|
-
"required": [
|
|
2528
|
-
"id"
|
|
2529
|
-
]
|
|
2307
|
+
"required": ["id"]
|
|
2530
2308
|
}
|
|
2531
2309
|
},
|
|
2532
2310
|
"ShopifyStorefront_CartLinesAddPayload": {
|
|
@@ -2551,9 +2329,7 @@
|
|
|
2551
2329
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2552
2330
|
}
|
|
2553
2331
|
},
|
|
2554
|
-
"required": [
|
|
2555
|
-
"userErrors"
|
|
2556
|
-
]
|
|
2332
|
+
"required": ["userErrors"]
|
|
2557
2333
|
}
|
|
2558
2334
|
},
|
|
2559
2335
|
"ShopifyStorefront_CartLinesRemovePayload": {
|
|
@@ -2578,9 +2354,7 @@
|
|
|
2578
2354
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2579
2355
|
}
|
|
2580
2356
|
},
|
|
2581
|
-
"required": [
|
|
2582
|
-
"userErrors"
|
|
2583
|
-
]
|
|
2357
|
+
"required": ["userErrors"]
|
|
2584
2358
|
}
|
|
2585
2359
|
},
|
|
2586
2360
|
"ShopifyStorefront_CartLinesUpdatePayload": {
|
|
@@ -2605,9 +2379,7 @@
|
|
|
2605
2379
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2606
2380
|
}
|
|
2607
2381
|
},
|
|
2608
|
-
"required": [
|
|
2609
|
-
"userErrors"
|
|
2610
|
-
]
|
|
2382
|
+
"required": ["userErrors"]
|
|
2611
2383
|
}
|
|
2612
2384
|
},
|
|
2613
2385
|
"ShopifyStorefront_CartMetafieldDeleteInput": {
|
|
@@ -2630,10 +2402,7 @@
|
|
|
2630
2402
|
"description": "The key name of the cart metafield. Can either be a composite key (`namespace.key`) or a simple key\n that relies on the default app-reserved namespace."
|
|
2631
2403
|
}
|
|
2632
2404
|
},
|
|
2633
|
-
"required": [
|
|
2634
|
-
"ownerId",
|
|
2635
|
-
"key"
|
|
2636
|
-
]
|
|
2405
|
+
"required": ["ownerId", "key"]
|
|
2637
2406
|
}
|
|
2638
2407
|
},
|
|
2639
2408
|
"ShopifyStorefront_CartMetafieldDeletePayload": {
|
|
@@ -2659,9 +2428,7 @@
|
|
|
2659
2428
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2660
2429
|
}
|
|
2661
2430
|
},
|
|
2662
|
-
"required": [
|
|
2663
|
-
"userErrors"
|
|
2664
|
-
]
|
|
2431
|
+
"required": ["userErrors"]
|
|
2665
2432
|
}
|
|
2666
2433
|
},
|
|
2667
2434
|
"ShopifyStorefront_CartMetafieldsSetInput": {
|
|
@@ -2694,12 +2461,7 @@
|
|
|
2694
2461
|
"description": "The type of data that the cart metafield stores.\nThe type of data must be a [supported type](https://shopify.dev/apps/metafields/types)."
|
|
2695
2462
|
}
|
|
2696
2463
|
},
|
|
2697
|
-
"required": [
|
|
2698
|
-
"ownerId",
|
|
2699
|
-
"key",
|
|
2700
|
-
"value",
|
|
2701
|
-
"type"
|
|
2702
|
-
]
|
|
2464
|
+
"required": ["ownerId", "key", "value", "type"]
|
|
2703
2465
|
}
|
|
2704
2466
|
},
|
|
2705
2467
|
"ShopifyStorefront_CartMetafieldsSetPayload": {
|
|
@@ -2727,9 +2489,7 @@
|
|
|
2727
2489
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2728
2490
|
}
|
|
2729
2491
|
},
|
|
2730
|
-
"required": [
|
|
2731
|
-
"userErrors"
|
|
2732
|
-
]
|
|
2492
|
+
"required": ["userErrors"]
|
|
2733
2493
|
}
|
|
2734
2494
|
},
|
|
2735
2495
|
"ShopifyStorefront_CartNoteUpdatePayload": {
|
|
@@ -2754,9 +2514,7 @@
|
|
|
2754
2514
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2755
2515
|
}
|
|
2756
2516
|
},
|
|
2757
|
-
"required": [
|
|
2758
|
-
"userErrors"
|
|
2759
|
-
]
|
|
2517
|
+
"required": ["userErrors"]
|
|
2760
2518
|
}
|
|
2761
2519
|
},
|
|
2762
2520
|
"ShopifyStorefront_CartPaymentInput": {
|
|
@@ -2793,9 +2551,7 @@
|
|
|
2793
2551
|
"description": "The input fields to use when checking out a cart with a wallet payment method (like Shop Pay or Apple Pay)."
|
|
2794
2552
|
}
|
|
2795
2553
|
},
|
|
2796
|
-
"required": [
|
|
2797
|
-
"amount"
|
|
2798
|
-
]
|
|
2554
|
+
"required": ["amount"]
|
|
2799
2555
|
}
|
|
2800
2556
|
},
|
|
2801
2557
|
"ShopifyStorefront_CartPaymentUpdatePayload": {
|
|
@@ -2820,9 +2576,7 @@
|
|
|
2820
2576
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2821
2577
|
}
|
|
2822
2578
|
},
|
|
2823
|
-
"required": [
|
|
2824
|
-
"userErrors"
|
|
2825
|
-
]
|
|
2579
|
+
"required": ["userErrors"]
|
|
2826
2580
|
}
|
|
2827
2581
|
},
|
|
2828
2582
|
"ShopifyStorefront_CartSelectedDeliveryOptionInput": {
|
|
@@ -2845,10 +2599,7 @@
|
|
|
2845
2599
|
"description": "The handle of the selected delivery option."
|
|
2846
2600
|
}
|
|
2847
2601
|
},
|
|
2848
|
-
"required": [
|
|
2849
|
-
"deliveryGroupId",
|
|
2850
|
-
"deliveryOptionHandle"
|
|
2851
|
-
]
|
|
2602
|
+
"required": ["deliveryGroupId", "deliveryOptionHandle"]
|
|
2852
2603
|
}
|
|
2853
2604
|
},
|
|
2854
2605
|
"ShopifyStorefront_CartSelectedDeliveryOptionsUpdatePayload": {
|
|
@@ -2873,9 +2624,7 @@
|
|
|
2873
2624
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2874
2625
|
}
|
|
2875
2626
|
},
|
|
2876
|
-
"required": [
|
|
2877
|
-
"userErrors"
|
|
2878
|
-
]
|
|
2627
|
+
"required": ["userErrors"]
|
|
2879
2628
|
}
|
|
2880
2629
|
},
|
|
2881
2630
|
"ShopifyStorefront_CartSubmitForCompletionPayload": {
|
|
@@ -2900,9 +2649,7 @@
|
|
|
2900
2649
|
"description": "The list of errors that occurred from executing the mutation."
|
|
2901
2650
|
}
|
|
2902
2651
|
},
|
|
2903
|
-
"required": [
|
|
2904
|
-
"userErrors"
|
|
2905
|
-
]
|
|
2652
|
+
"required": ["userErrors"]
|
|
2906
2653
|
}
|
|
2907
2654
|
},
|
|
2908
2655
|
"ShopifyStorefront_CartSubmitForCompletionResult": {
|
|
@@ -2954,13 +2701,9 @@
|
|
|
2954
2701
|
"description": "The error message."
|
|
2955
2702
|
}
|
|
2956
2703
|
},
|
|
2957
|
-
"required": [
|
|
2958
|
-
"message"
|
|
2959
|
-
]
|
|
2704
|
+
"required": ["message"]
|
|
2960
2705
|
},
|
|
2961
|
-
"interfaces": [
|
|
2962
|
-
"ShopifyStorefront_DisplayableError"
|
|
2963
|
-
]
|
|
2706
|
+
"interfaces": ["ShopifyStorefront_DisplayableError"]
|
|
2964
2707
|
},
|
|
2965
2708
|
"ShopifyStorefront_CartWalletPaymentMethodInput": {
|
|
2966
2709
|
"name": "ShopifyStorefront_CartWalletPaymentMethodInput",
|
|
@@ -3250,9 +2993,7 @@
|
|
|
3250
2993
|
"webUrl"
|
|
3251
2994
|
]
|
|
3252
2995
|
},
|
|
3253
|
-
"interfaces": [
|
|
3254
|
-
"ShopifyStorefront_Node"
|
|
3255
|
-
]
|
|
2996
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
3256
2997
|
},
|
|
3257
2998
|
"ShopifyStorefront_CheckoutAttributesUpdateV2Input": {
|
|
3258
2999
|
"name": "ShopifyStorefront_CheckoutAttributesUpdateV2Input",
|
|
@@ -3315,10 +3056,7 @@
|
|
|
3315
3056
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3316
3057
|
}
|
|
3317
3058
|
},
|
|
3318
|
-
"required": [
|
|
3319
|
-
"checkoutUserErrors",
|
|
3320
|
-
"userErrors"
|
|
3321
|
-
]
|
|
3059
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3322
3060
|
}
|
|
3323
3061
|
},
|
|
3324
3062
|
"ShopifyStorefront_CheckoutBuyerIdentity": {
|
|
@@ -3351,9 +3089,7 @@
|
|
|
3351
3089
|
"description": "The country code of one of the shop's\n[enabled countries](https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/setup).\nFor example, `CA`. Including this field creates a checkout in the specified country's currency."
|
|
3352
3090
|
}
|
|
3353
3091
|
},
|
|
3354
|
-
"required": [
|
|
3355
|
-
"countryCode"
|
|
3356
|
-
]
|
|
3092
|
+
"required": ["countryCode"]
|
|
3357
3093
|
}
|
|
3358
3094
|
},
|
|
3359
3095
|
"ShopifyStorefront_CheckoutCompleteFreePayload": {
|
|
@@ -3387,10 +3123,7 @@
|
|
|
3387
3123
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3388
3124
|
}
|
|
3389
3125
|
},
|
|
3390
|
-
"required": [
|
|
3391
|
-
"checkoutUserErrors",
|
|
3392
|
-
"userErrors"
|
|
3393
|
-
]
|
|
3126
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3394
3127
|
}
|
|
3395
3128
|
},
|
|
3396
3129
|
"ShopifyStorefront_CheckoutCompleteWithCreditCardV2Payload": {
|
|
@@ -3429,10 +3162,7 @@
|
|
|
3429
3162
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3430
3163
|
}
|
|
3431
3164
|
},
|
|
3432
|
-
"required": [
|
|
3433
|
-
"checkoutUserErrors",
|
|
3434
|
-
"userErrors"
|
|
3435
|
-
]
|
|
3165
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3436
3166
|
}
|
|
3437
3167
|
},
|
|
3438
3168
|
"ShopifyStorefront_CheckoutCompleteWithTokenizedPaymentV3Payload": {
|
|
@@ -3471,10 +3201,7 @@
|
|
|
3471
3201
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3472
3202
|
}
|
|
3473
3203
|
},
|
|
3474
|
-
"required": [
|
|
3475
|
-
"checkoutUserErrors",
|
|
3476
|
-
"userErrors"
|
|
3477
|
-
]
|
|
3204
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3478
3205
|
}
|
|
3479
3206
|
},
|
|
3480
3207
|
"ShopifyStorefront_CheckoutCreateInput": {
|
|
@@ -3565,10 +3292,7 @@
|
|
|
3565
3292
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3566
3293
|
}
|
|
3567
3294
|
},
|
|
3568
|
-
"required": [
|
|
3569
|
-
"checkoutUserErrors",
|
|
3570
|
-
"userErrors"
|
|
3571
|
-
]
|
|
3295
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3572
3296
|
}
|
|
3573
3297
|
},
|
|
3574
3298
|
"ShopifyStorefront_CheckoutCustomerAssociateV2Payload": {
|
|
@@ -3607,10 +3331,7 @@
|
|
|
3607
3331
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3608
3332
|
}
|
|
3609
3333
|
},
|
|
3610
|
-
"required": [
|
|
3611
|
-
"checkoutUserErrors",
|
|
3612
|
-
"userErrors"
|
|
3613
|
-
]
|
|
3334
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3614
3335
|
}
|
|
3615
3336
|
},
|
|
3616
3337
|
"ShopifyStorefront_CheckoutCustomerDisassociateV2Payload": {
|
|
@@ -3644,10 +3365,7 @@
|
|
|
3644
3365
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3645
3366
|
}
|
|
3646
3367
|
},
|
|
3647
|
-
"required": [
|
|
3648
|
-
"checkoutUserErrors",
|
|
3649
|
-
"userErrors"
|
|
3650
|
-
]
|
|
3368
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3651
3369
|
}
|
|
3652
3370
|
},
|
|
3653
3371
|
"ShopifyStorefront_CheckoutDiscountCodeApplyV2Payload": {
|
|
@@ -3681,10 +3399,7 @@
|
|
|
3681
3399
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3682
3400
|
}
|
|
3683
3401
|
},
|
|
3684
|
-
"required": [
|
|
3685
|
-
"checkoutUserErrors",
|
|
3686
|
-
"userErrors"
|
|
3687
|
-
]
|
|
3402
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3688
3403
|
}
|
|
3689
3404
|
},
|
|
3690
3405
|
"ShopifyStorefront_CheckoutDiscountCodeRemovePayload": {
|
|
@@ -3718,10 +3433,7 @@
|
|
|
3718
3433
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3719
3434
|
}
|
|
3720
3435
|
},
|
|
3721
|
-
"required": [
|
|
3722
|
-
"checkoutUserErrors",
|
|
3723
|
-
"userErrors"
|
|
3724
|
-
]
|
|
3436
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3725
3437
|
}
|
|
3726
3438
|
},
|
|
3727
3439
|
"ShopifyStorefront_CheckoutEmailUpdateV2Payload": {
|
|
@@ -3755,10 +3467,7 @@
|
|
|
3755
3467
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3756
3468
|
}
|
|
3757
3469
|
},
|
|
3758
|
-
"required": [
|
|
3759
|
-
"checkoutUserErrors",
|
|
3760
|
-
"userErrors"
|
|
3761
|
-
]
|
|
3470
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3762
3471
|
}
|
|
3763
3472
|
},
|
|
3764
3473
|
"ShopifyStorefront_CheckoutErrorCode": {
|
|
@@ -3848,10 +3557,7 @@
|
|
|
3848
3557
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3849
3558
|
}
|
|
3850
3559
|
},
|
|
3851
|
-
"required": [
|
|
3852
|
-
"checkoutUserErrors",
|
|
3853
|
-
"userErrors"
|
|
3854
|
-
]
|
|
3560
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3855
3561
|
}
|
|
3856
3562
|
},
|
|
3857
3563
|
"ShopifyStorefront_CheckoutGiftCardsAppendPayload": {
|
|
@@ -3885,10 +3591,7 @@
|
|
|
3885
3591
|
"description": "The list of errors that occurred from executing the mutation."
|
|
3886
3592
|
}
|
|
3887
3593
|
},
|
|
3888
|
-
"required": [
|
|
3889
|
-
"checkoutUserErrors",
|
|
3890
|
-
"userErrors"
|
|
3891
|
-
]
|
|
3594
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
3892
3595
|
}
|
|
3893
3596
|
},
|
|
3894
3597
|
"ShopifyStorefront_CheckoutLineItem": {
|
|
@@ -3942,17 +3645,9 @@
|
|
|
3942
3645
|
"description": "Product variant of the line item."
|
|
3943
3646
|
}
|
|
3944
3647
|
},
|
|
3945
|
-
"required": [
|
|
3946
|
-
"customAttributes",
|
|
3947
|
-
"discountAllocations",
|
|
3948
|
-
"id",
|
|
3949
|
-
"quantity",
|
|
3950
|
-
"title"
|
|
3951
|
-
]
|
|
3648
|
+
"required": ["customAttributes", "discountAllocations", "id", "quantity", "title"]
|
|
3952
3649
|
},
|
|
3953
|
-
"interfaces": [
|
|
3954
|
-
"ShopifyStorefront_Node"
|
|
3955
|
-
]
|
|
3650
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
3956
3651
|
},
|
|
3957
3652
|
"ShopifyStorefront_CheckoutLineItemConnection": {
|
|
3958
3653
|
"name": "ShopifyStorefront_CheckoutLineItemConnection",
|
|
@@ -3984,11 +3679,7 @@
|
|
|
3984
3679
|
"description": "Information to aid in pagination."
|
|
3985
3680
|
}
|
|
3986
3681
|
},
|
|
3987
|
-
"required": [
|
|
3988
|
-
"edges",
|
|
3989
|
-
"nodes",
|
|
3990
|
-
"pageInfo"
|
|
3991
|
-
]
|
|
3682
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
3992
3683
|
}
|
|
3993
3684
|
},
|
|
3994
3685
|
"ShopifyStorefront_CheckoutLineItemEdge": {
|
|
@@ -4010,10 +3701,7 @@
|
|
|
4010
3701
|
"description": "The item at the end of CheckoutLineItemEdge."
|
|
4011
3702
|
}
|
|
4012
3703
|
},
|
|
4013
|
-
"required": [
|
|
4014
|
-
"cursor",
|
|
4015
|
-
"node"
|
|
4016
|
-
]
|
|
3704
|
+
"required": ["cursor", "node"]
|
|
4017
3705
|
}
|
|
4018
3706
|
},
|
|
4019
3707
|
"ShopifyStorefront_CheckoutLineItemInput": {
|
|
@@ -4044,10 +3732,7 @@
|
|
|
4044
3732
|
"description": "The ID of the product variant for the line item."
|
|
4045
3733
|
}
|
|
4046
3734
|
},
|
|
4047
|
-
"required": [
|
|
4048
|
-
"quantity",
|
|
4049
|
-
"variantId"
|
|
4050
|
-
]
|
|
3735
|
+
"required": ["quantity", "variantId"]
|
|
4051
3736
|
}
|
|
4052
3737
|
},
|
|
4053
3738
|
"ShopifyStorefront_CheckoutLineItemUpdateInput": {
|
|
@@ -4117,10 +3802,7 @@
|
|
|
4117
3802
|
"description": "The list of errors that occurred from executing the mutation."
|
|
4118
3803
|
}
|
|
4119
3804
|
},
|
|
4120
|
-
"required": [
|
|
4121
|
-
"checkoutUserErrors",
|
|
4122
|
-
"userErrors"
|
|
4123
|
-
]
|
|
3805
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
4124
3806
|
}
|
|
4125
3807
|
},
|
|
4126
3808
|
"ShopifyStorefront_CheckoutLineItemsRemovePayload": {
|
|
@@ -4154,10 +3836,7 @@
|
|
|
4154
3836
|
"description": "The list of errors that occurred from executing the mutation."
|
|
4155
3837
|
}
|
|
4156
3838
|
},
|
|
4157
|
-
"required": [
|
|
4158
|
-
"checkoutUserErrors",
|
|
4159
|
-
"userErrors"
|
|
4160
|
-
]
|
|
3839
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
4161
3840
|
}
|
|
4162
3841
|
},
|
|
4163
3842
|
"ShopifyStorefront_CheckoutLineItemsReplacePayload": {
|
|
@@ -4182,9 +3861,7 @@
|
|
|
4182
3861
|
"description": "The list of errors that occurred from executing the mutation."
|
|
4183
3862
|
}
|
|
4184
3863
|
},
|
|
4185
|
-
"required": [
|
|
4186
|
-
"userErrors"
|
|
4187
|
-
]
|
|
3864
|
+
"required": ["userErrors"]
|
|
4188
3865
|
}
|
|
4189
3866
|
},
|
|
4190
3867
|
"ShopifyStorefront_CheckoutLineItemsUpdatePayload": {
|
|
@@ -4218,10 +3895,7 @@
|
|
|
4218
3895
|
"description": "The list of errors that occurred from executing the mutation."
|
|
4219
3896
|
}
|
|
4220
3897
|
},
|
|
4221
|
-
"required": [
|
|
4222
|
-
"checkoutUserErrors",
|
|
4223
|
-
"userErrors"
|
|
4224
|
-
]
|
|
3898
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
4225
3899
|
}
|
|
4226
3900
|
},
|
|
4227
3901
|
"ShopifyStorefront_CheckoutShippingAddressUpdateV2Payload": {
|
|
@@ -4255,10 +3929,7 @@
|
|
|
4255
3929
|
"description": "The list of errors that occurred from executing the mutation."
|
|
4256
3930
|
}
|
|
4257
3931
|
},
|
|
4258
|
-
"required": [
|
|
4259
|
-
"checkoutUserErrors",
|
|
4260
|
-
"userErrors"
|
|
4261
|
-
]
|
|
3932
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
4262
3933
|
}
|
|
4263
3934
|
},
|
|
4264
3935
|
"ShopifyStorefront_CheckoutShippingLineUpdatePayload": {
|
|
@@ -4292,10 +3963,7 @@
|
|
|
4292
3963
|
"description": "The list of errors that occurred from executing the mutation."
|
|
4293
3964
|
}
|
|
4294
3965
|
},
|
|
4295
|
-
"required": [
|
|
4296
|
-
"checkoutUserErrors",
|
|
4297
|
-
"userErrors"
|
|
4298
|
-
]
|
|
3966
|
+
"required": ["checkoutUserErrors", "userErrors"]
|
|
4299
3967
|
}
|
|
4300
3968
|
},
|
|
4301
3969
|
"ShopifyStorefront_CheckoutUserError": {
|
|
@@ -4325,13 +3993,9 @@
|
|
|
4325
3993
|
"description": "The error message."
|
|
4326
3994
|
}
|
|
4327
3995
|
},
|
|
4328
|
-
"required": [
|
|
4329
|
-
"message"
|
|
4330
|
-
]
|
|
3996
|
+
"required": ["message"]
|
|
4331
3997
|
},
|
|
4332
|
-
"interfaces": [
|
|
4333
|
-
"ShopifyStorefront_DisplayableError"
|
|
4334
|
-
]
|
|
3998
|
+
"interfaces": ["ShopifyStorefront_DisplayableError"]
|
|
4335
3999
|
},
|
|
4336
4000
|
"ShopifyStorefront_Collection": {
|
|
4337
4001
|
"name": "ShopifyStorefront_Collection",
|
|
@@ -4391,10 +4055,7 @@
|
|
|
4391
4055
|
"description": "The identifier for the metafield."
|
|
4392
4056
|
}
|
|
4393
4057
|
},
|
|
4394
|
-
"required": [
|
|
4395
|
-
"namespace",
|
|
4396
|
-
"key"
|
|
4397
|
-
]
|
|
4058
|
+
"required": ["namespace", "key"]
|
|
4398
4059
|
},
|
|
4399
4060
|
"description": "Returns a metafield found by namespace and key."
|
|
4400
4061
|
},
|
|
@@ -4415,9 +4076,7 @@
|
|
|
4415
4076
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
4416
4077
|
}
|
|
4417
4078
|
},
|
|
4418
|
-
"required": [
|
|
4419
|
-
"identifiers"
|
|
4420
|
-
]
|
|
4079
|
+
"required": ["identifiers"]
|
|
4421
4080
|
},
|
|
4422
4081
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
4423
4082
|
},
|
|
@@ -4533,11 +4192,7 @@
|
|
|
4533
4192
|
"description": "Information to aid in pagination."
|
|
4534
4193
|
}
|
|
4535
4194
|
},
|
|
4536
|
-
"required": [
|
|
4537
|
-
"edges",
|
|
4538
|
-
"nodes",
|
|
4539
|
-
"pageInfo"
|
|
4540
|
-
]
|
|
4195
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
4541
4196
|
}
|
|
4542
4197
|
},
|
|
4543
4198
|
"ShopifyStorefront_CollectionEdge": {
|
|
@@ -4559,10 +4214,7 @@
|
|
|
4559
4214
|
"description": "The item at the end of CollectionEdge."
|
|
4560
4215
|
}
|
|
4561
4216
|
},
|
|
4562
|
-
"required": [
|
|
4563
|
-
"cursor",
|
|
4564
|
-
"node"
|
|
4565
|
-
]
|
|
4217
|
+
"required": ["cursor", "node"]
|
|
4566
4218
|
}
|
|
4567
4219
|
},
|
|
4568
4220
|
"ShopifyStorefront_CollectionSortKeys": {
|
|
@@ -4571,12 +4223,7 @@
|
|
|
4571
4223
|
"id": "ShopifyStorefront_CollectionSortKeys",
|
|
4572
4224
|
"description": "The set of valid sort keys for the Collection query.",
|
|
4573
4225
|
"schema": {
|
|
4574
|
-
"enum": [
|
|
4575
|
-
"TITLE",
|
|
4576
|
-
"UPDATED_AT",
|
|
4577
|
-
"ID",
|
|
4578
|
-
"RELEVANCE"
|
|
4579
|
-
]
|
|
4226
|
+
"enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
|
|
4580
4227
|
}
|
|
4581
4228
|
},
|
|
4582
4229
|
"ShopifyStorefront_Comment": {
|
|
@@ -4618,16 +4265,9 @@
|
|
|
4618
4265
|
"description": "A globally-unique ID."
|
|
4619
4266
|
}
|
|
4620
4267
|
},
|
|
4621
|
-
"required": [
|
|
4622
|
-
"author",
|
|
4623
|
-
"content",
|
|
4624
|
-
"contentHtml",
|
|
4625
|
-
"id"
|
|
4626
|
-
]
|
|
4268
|
+
"required": ["author", "content", "contentHtml", "id"]
|
|
4627
4269
|
},
|
|
4628
|
-
"interfaces": [
|
|
4629
|
-
"ShopifyStorefront_Node"
|
|
4630
|
-
]
|
|
4270
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
4631
4271
|
},
|
|
4632
4272
|
"ShopifyStorefront_CommentAuthor": {
|
|
4633
4273
|
"name": "ShopifyStorefront_CommentAuthor",
|
|
@@ -4648,10 +4288,7 @@
|
|
|
4648
4288
|
"description": "The author’s name."
|
|
4649
4289
|
}
|
|
4650
4290
|
},
|
|
4651
|
-
"required": [
|
|
4652
|
-
"email",
|
|
4653
|
-
"name"
|
|
4654
|
-
]
|
|
4291
|
+
"required": ["email", "name"]
|
|
4655
4292
|
}
|
|
4656
4293
|
},
|
|
4657
4294
|
"ShopifyStorefront_CommentConnection": {
|
|
@@ -4684,11 +4321,7 @@
|
|
|
4684
4321
|
"description": "Information to aid in pagination."
|
|
4685
4322
|
}
|
|
4686
4323
|
},
|
|
4687
|
-
"required": [
|
|
4688
|
-
"edges",
|
|
4689
|
-
"nodes",
|
|
4690
|
-
"pageInfo"
|
|
4691
|
-
]
|
|
4324
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
4692
4325
|
}
|
|
4693
4326
|
},
|
|
4694
4327
|
"ShopifyStorefront_CommentEdge": {
|
|
@@ -4710,10 +4343,7 @@
|
|
|
4710
4343
|
"description": "The item at the end of CommentEdge."
|
|
4711
4344
|
}
|
|
4712
4345
|
},
|
|
4713
|
-
"required": [
|
|
4714
|
-
"cursor",
|
|
4715
|
-
"node"
|
|
4716
|
-
]
|
|
4346
|
+
"required": ["cursor", "node"]
|
|
4717
4347
|
}
|
|
4718
4348
|
},
|
|
4719
4349
|
"ShopifyStorefront_CompletePaymentChallenge": {
|
|
@@ -4751,9 +4381,7 @@
|
|
|
4751
4381
|
"description": "The error message."
|
|
4752
4382
|
}
|
|
4753
4383
|
},
|
|
4754
|
-
"required": [
|
|
4755
|
-
"code"
|
|
4756
|
-
]
|
|
4384
|
+
"required": ["code"]
|
|
4757
4385
|
}
|
|
4758
4386
|
},
|
|
4759
4387
|
"ShopifyStorefront_CompletionErrorCode": {
|
|
@@ -4821,13 +4449,7 @@
|
|
|
4821
4449
|
"description": "The unit system used in the country."
|
|
4822
4450
|
}
|
|
4823
4451
|
},
|
|
4824
|
-
"required": [
|
|
4825
|
-
"availableLanguages",
|
|
4826
|
-
"currency",
|
|
4827
|
-
"isoCode",
|
|
4828
|
-
"name",
|
|
4829
|
-
"unitSystem"
|
|
4830
|
-
]
|
|
4452
|
+
"required": ["availableLanguages", "currency", "isoCode", "name", "unitSystem"]
|
|
4831
4453
|
}
|
|
4832
4454
|
},
|
|
4833
4455
|
"ShopifyStorefront_CountryCode": {
|
|
@@ -5171,12 +4793,7 @@
|
|
|
5171
4793
|
"default": false
|
|
5172
4794
|
}
|
|
5173
4795
|
},
|
|
5174
|
-
"required": [
|
|
5175
|
-
"paymentAmount",
|
|
5176
|
-
"idempotencyKey",
|
|
5177
|
-
"billingAddress",
|
|
5178
|
-
"vaultId"
|
|
5179
|
-
]
|
|
4796
|
+
"required": ["paymentAmount", "idempotencyKey", "billingAddress", "vaultId"]
|
|
5180
4797
|
}
|
|
5181
4798
|
},
|
|
5182
4799
|
"ShopifyStorefront_CropRegion": {
|
|
@@ -5185,13 +4802,7 @@
|
|
|
5185
4802
|
"id": "ShopifyStorefront_CropRegion",
|
|
5186
4803
|
"description": "The part of the image that should remain after cropping.",
|
|
5187
4804
|
"schema": {
|
|
5188
|
-
"enum": [
|
|
5189
|
-
"CENTER",
|
|
5190
|
-
"TOP",
|
|
5191
|
-
"BOTTOM",
|
|
5192
|
-
"LEFT",
|
|
5193
|
-
"RIGHT"
|
|
5194
|
-
]
|
|
4805
|
+
"enum": ["CENTER", "TOP", "BOTTOM", "LEFT", "RIGHT"]
|
|
5195
4806
|
}
|
|
5196
4807
|
},
|
|
5197
4808
|
"ShopifyStorefront_Currency": {
|
|
@@ -5218,11 +4829,7 @@
|
|
|
5218
4829
|
"description": "The symbol of the currency."
|
|
5219
4830
|
}
|
|
5220
4831
|
},
|
|
5221
|
-
"required": [
|
|
5222
|
-
"isoCode",
|
|
5223
|
-
"name",
|
|
5224
|
-
"symbol"
|
|
5225
|
-
]
|
|
4832
|
+
"required": ["isoCode", "name", "symbol"]
|
|
5226
4833
|
}
|
|
5227
4834
|
},
|
|
5228
4835
|
"ShopifyStorefront_CurrencyCode": {
|
|
@@ -5496,10 +5103,7 @@
|
|
|
5496
5103
|
"description": "The identifier for the metafield."
|
|
5497
5104
|
}
|
|
5498
5105
|
},
|
|
5499
|
-
"required": [
|
|
5500
|
-
"namespace",
|
|
5501
|
-
"key"
|
|
5502
|
-
]
|
|
5106
|
+
"required": ["namespace", "key"]
|
|
5503
5107
|
},
|
|
5504
5108
|
"description": "Returns a metafield found by namespace and key."
|
|
5505
5109
|
},
|
|
@@ -5520,9 +5124,7 @@
|
|
|
5520
5124
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
5521
5125
|
}
|
|
5522
5126
|
},
|
|
5523
|
-
"required": [
|
|
5524
|
-
"identifiers"
|
|
5525
|
-
]
|
|
5127
|
+
"required": ["identifiers"]
|
|
5526
5128
|
},
|
|
5527
5129
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
5528
5130
|
},
|
|
@@ -5603,9 +5205,7 @@
|
|
|
5603
5205
|
"updatedAt"
|
|
5604
5206
|
]
|
|
5605
5207
|
},
|
|
5606
|
-
"interfaces": [
|
|
5607
|
-
"ShopifyStorefront_HasMetafields"
|
|
5608
|
-
]
|
|
5208
|
+
"interfaces": ["ShopifyStorefront_HasMetafields"]
|
|
5609
5209
|
},
|
|
5610
5210
|
"ShopifyStorefront_CustomerAccessToken": {
|
|
5611
5211
|
"name": "ShopifyStorefront_CustomerAccessToken",
|
|
@@ -5626,10 +5226,7 @@
|
|
|
5626
5226
|
"@mapping": "shopify-storefront:CustomerAccessToken.expiresAt"
|
|
5627
5227
|
}
|
|
5628
5228
|
},
|
|
5629
|
-
"required": [
|
|
5630
|
-
"accessToken",
|
|
5631
|
-
"expiresAt"
|
|
5632
|
-
]
|
|
5229
|
+
"required": ["accessToken", "expiresAt"]
|
|
5633
5230
|
}
|
|
5634
5231
|
},
|
|
5635
5232
|
"ShopifyStorefront_CustomerAccessTokenCreateInput": {
|
|
@@ -5651,10 +5248,7 @@
|
|
|
5651
5248
|
"description": "The login password to be used by the customer."
|
|
5652
5249
|
}
|
|
5653
5250
|
},
|
|
5654
|
-
"required": [
|
|
5655
|
-
"email",
|
|
5656
|
-
"password"
|
|
5657
|
-
]
|
|
5251
|
+
"required": ["email", "password"]
|
|
5658
5252
|
}
|
|
5659
5253
|
},
|
|
5660
5254
|
"ShopifyStorefront_CustomerAccessTokenCreatePayload": {
|
|
@@ -5688,10 +5282,7 @@
|
|
|
5688
5282
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5689
5283
|
}
|
|
5690
5284
|
},
|
|
5691
|
-
"required": [
|
|
5692
|
-
"customerUserErrors",
|
|
5693
|
-
"userErrors"
|
|
5694
|
-
]
|
|
5285
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
5695
5286
|
}
|
|
5696
5287
|
},
|
|
5697
5288
|
"ShopifyStorefront_CustomerAccessTokenCreateWithMultipassPayload": {
|
|
@@ -5716,9 +5307,7 @@
|
|
|
5716
5307
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5717
5308
|
}
|
|
5718
5309
|
},
|
|
5719
|
-
"required": [
|
|
5720
|
-
"customerUserErrors"
|
|
5721
|
-
]
|
|
5310
|
+
"required": ["customerUserErrors"]
|
|
5722
5311
|
}
|
|
5723
5312
|
},
|
|
5724
5313
|
"ShopifyStorefront_CustomerAccessTokenDeletePayload": {
|
|
@@ -5748,9 +5337,7 @@
|
|
|
5748
5337
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5749
5338
|
}
|
|
5750
5339
|
},
|
|
5751
|
-
"required": [
|
|
5752
|
-
"userErrors"
|
|
5753
|
-
]
|
|
5340
|
+
"required": ["userErrors"]
|
|
5754
5341
|
}
|
|
5755
5342
|
},
|
|
5756
5343
|
"ShopifyStorefront_CustomerAccessTokenRenewPayload": {
|
|
@@ -5775,9 +5362,7 @@
|
|
|
5775
5362
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5776
5363
|
}
|
|
5777
5364
|
},
|
|
5778
|
-
"required": [
|
|
5779
|
-
"userErrors"
|
|
5780
|
-
]
|
|
5365
|
+
"required": ["userErrors"]
|
|
5781
5366
|
}
|
|
5782
5367
|
},
|
|
5783
5368
|
"ShopifyStorefront_CustomerActivateByUrlPayload": {
|
|
@@ -5807,9 +5392,7 @@
|
|
|
5807
5392
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5808
5393
|
}
|
|
5809
5394
|
},
|
|
5810
|
-
"required": [
|
|
5811
|
-
"customerUserErrors"
|
|
5812
|
-
]
|
|
5395
|
+
"required": ["customerUserErrors"]
|
|
5813
5396
|
}
|
|
5814
5397
|
},
|
|
5815
5398
|
"ShopifyStorefront_CustomerActivateInput": {
|
|
@@ -5831,10 +5414,7 @@
|
|
|
5831
5414
|
"description": "New password that will be set during activation."
|
|
5832
5415
|
}
|
|
5833
5416
|
},
|
|
5834
|
-
"required": [
|
|
5835
|
-
"activationToken",
|
|
5836
|
-
"password"
|
|
5837
|
-
]
|
|
5417
|
+
"required": ["activationToken", "password"]
|
|
5838
5418
|
}
|
|
5839
5419
|
},
|
|
5840
5420
|
"ShopifyStorefront_CustomerActivatePayload": {
|
|
@@ -5873,10 +5453,7 @@
|
|
|
5873
5453
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5874
5454
|
}
|
|
5875
5455
|
},
|
|
5876
|
-
"required": [
|
|
5877
|
-
"customerUserErrors",
|
|
5878
|
-
"userErrors"
|
|
5879
|
-
]
|
|
5456
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
5880
5457
|
}
|
|
5881
5458
|
},
|
|
5882
5459
|
"ShopifyStorefront_CustomerAddressCreatePayload": {
|
|
@@ -5910,10 +5487,7 @@
|
|
|
5910
5487
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5911
5488
|
}
|
|
5912
5489
|
},
|
|
5913
|
-
"required": [
|
|
5914
|
-
"customerUserErrors",
|
|
5915
|
-
"userErrors"
|
|
5916
|
-
]
|
|
5490
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
5917
5491
|
}
|
|
5918
5492
|
},
|
|
5919
5493
|
"ShopifyStorefront_CustomerAddressDeletePayload": {
|
|
@@ -5947,10 +5521,7 @@
|
|
|
5947
5521
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5948
5522
|
}
|
|
5949
5523
|
},
|
|
5950
|
-
"required": [
|
|
5951
|
-
"customerUserErrors",
|
|
5952
|
-
"userErrors"
|
|
5953
|
-
]
|
|
5524
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
5954
5525
|
}
|
|
5955
5526
|
},
|
|
5956
5527
|
"ShopifyStorefront_CustomerAddressUpdatePayload": {
|
|
@@ -5984,10 +5555,7 @@
|
|
|
5984
5555
|
"description": "The list of errors that occurred from executing the mutation."
|
|
5985
5556
|
}
|
|
5986
5557
|
},
|
|
5987
|
-
"required": [
|
|
5988
|
-
"customerUserErrors",
|
|
5989
|
-
"userErrors"
|
|
5990
|
-
]
|
|
5558
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
5991
5559
|
}
|
|
5992
5560
|
},
|
|
5993
5561
|
"ShopifyStorefront_CustomerCreateInput": {
|
|
@@ -6029,10 +5597,7 @@
|
|
|
6029
5597
|
"description": "Indicates whether the customer has consented to be sent marketing material via email."
|
|
6030
5598
|
}
|
|
6031
5599
|
},
|
|
6032
|
-
"required": [
|
|
6033
|
-
"email",
|
|
6034
|
-
"password"
|
|
6035
|
-
]
|
|
5600
|
+
"required": ["email", "password"]
|
|
6036
5601
|
}
|
|
6037
5602
|
},
|
|
6038
5603
|
"ShopifyStorefront_CustomerCreatePayload": {
|
|
@@ -6066,10 +5631,7 @@
|
|
|
6066
5631
|
"description": "The list of errors that occurred from executing the mutation."
|
|
6067
5632
|
}
|
|
6068
5633
|
},
|
|
6069
|
-
"required": [
|
|
6070
|
-
"customerUserErrors",
|
|
6071
|
-
"userErrors"
|
|
6072
|
-
]
|
|
5634
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
6073
5635
|
}
|
|
6074
5636
|
},
|
|
6075
5637
|
"ShopifyStorefront_CustomerDefaultAddressUpdatePayload": {
|
|
@@ -6103,10 +5665,7 @@
|
|
|
6103
5665
|
"description": "The list of errors that occurred from executing the mutation."
|
|
6104
5666
|
}
|
|
6105
5667
|
},
|
|
6106
|
-
"required": [
|
|
6107
|
-
"customerUserErrors",
|
|
6108
|
-
"userErrors"
|
|
6109
|
-
]
|
|
5668
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
6110
5669
|
}
|
|
6111
5670
|
},
|
|
6112
5671
|
"ShopifyStorefront_CustomerErrorCode": {
|
|
@@ -6160,10 +5719,7 @@
|
|
|
6160
5719
|
"description": "The list of errors that occurred from executing the mutation."
|
|
6161
5720
|
}
|
|
6162
5721
|
},
|
|
6163
|
-
"required": [
|
|
6164
|
-
"customerUserErrors",
|
|
6165
|
-
"userErrors"
|
|
6166
|
-
]
|
|
5722
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
6167
5723
|
}
|
|
6168
5724
|
},
|
|
6169
5725
|
"ShopifyStorefront_CustomerResetByUrlPayload": {
|
|
@@ -6202,10 +5758,7 @@
|
|
|
6202
5758
|
"description": "The list of errors that occurred from executing the mutation."
|
|
6203
5759
|
}
|
|
6204
5760
|
},
|
|
6205
|
-
"required": [
|
|
6206
|
-
"customerUserErrors",
|
|
6207
|
-
"userErrors"
|
|
6208
|
-
]
|
|
5761
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
6209
5762
|
}
|
|
6210
5763
|
},
|
|
6211
5764
|
"ShopifyStorefront_CustomerResetInput": {
|
|
@@ -6227,10 +5780,7 @@
|
|
|
6227
5780
|
"description": "New password that will be set as part of the reset password process."
|
|
6228
5781
|
}
|
|
6229
5782
|
},
|
|
6230
|
-
"required": [
|
|
6231
|
-
"resetToken",
|
|
6232
|
-
"password"
|
|
6233
|
-
]
|
|
5783
|
+
"required": ["resetToken", "password"]
|
|
6234
5784
|
}
|
|
6235
5785
|
},
|
|
6236
5786
|
"ShopifyStorefront_CustomerResetPayload": {
|
|
@@ -6269,10 +5819,7 @@
|
|
|
6269
5819
|
"description": "The list of errors that occurred from executing the mutation."
|
|
6270
5820
|
}
|
|
6271
5821
|
},
|
|
6272
|
-
"required": [
|
|
6273
|
-
"customerUserErrors",
|
|
6274
|
-
"userErrors"
|
|
6275
|
-
]
|
|
5822
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
6276
5823
|
}
|
|
6277
5824
|
},
|
|
6278
5825
|
"ShopifyStorefront_CustomerUpdateInput": {
|
|
@@ -6352,10 +5899,7 @@
|
|
|
6352
5899
|
"description": "The list of errors that occurred from executing the mutation."
|
|
6353
5900
|
}
|
|
6354
5901
|
},
|
|
6355
|
-
"required": [
|
|
6356
|
-
"customerUserErrors",
|
|
6357
|
-
"userErrors"
|
|
6358
|
-
]
|
|
5902
|
+
"required": ["customerUserErrors", "userErrors"]
|
|
6359
5903
|
}
|
|
6360
5904
|
},
|
|
6361
5905
|
"ShopifyStorefront_CustomerUserError": {
|
|
@@ -6385,13 +5929,9 @@
|
|
|
6385
5929
|
"description": "The error message."
|
|
6386
5930
|
}
|
|
6387
5931
|
},
|
|
6388
|
-
"required": [
|
|
6389
|
-
"message"
|
|
6390
|
-
]
|
|
5932
|
+
"required": ["message"]
|
|
6391
5933
|
},
|
|
6392
|
-
"interfaces": [
|
|
6393
|
-
"ShopifyStorefront_DisplayableError"
|
|
6394
|
-
]
|
|
5934
|
+
"interfaces": ["ShopifyStorefront_DisplayableError"]
|
|
6395
5935
|
},
|
|
6396
5936
|
"ShopifyStorefront_DeliveryAddress": {
|
|
6397
5937
|
"name": "ShopifyStorefront_DeliveryAddress",
|
|
@@ -6434,14 +5974,7 @@
|
|
|
6434
5974
|
"id": "ShopifyStorefront_DeliveryMethodType",
|
|
6435
5975
|
"description": "List of different delivery method types.",
|
|
6436
5976
|
"schema": {
|
|
6437
|
-
"enum": [
|
|
6438
|
-
"SHIPPING",
|
|
6439
|
-
"PICK_UP",
|
|
6440
|
-
"RETAIL",
|
|
6441
|
-
"LOCAL",
|
|
6442
|
-
"PICKUP_POINT",
|
|
6443
|
-
"NONE"
|
|
6444
|
-
]
|
|
5977
|
+
"enum": ["SHIPPING", "PICK_UP", "RETAIL", "LOCAL", "PICKUP_POINT", "NONE"]
|
|
6445
5978
|
}
|
|
6446
5979
|
},
|
|
6447
5980
|
"ShopifyStorefront_DigitalWallet": {
|
|
@@ -6450,12 +5983,7 @@
|
|
|
6450
5983
|
"id": "ShopifyStorefront_DigitalWallet",
|
|
6451
5984
|
"description": "Digital wallet, such as Apple Pay, which can be used for accelerated checkouts.",
|
|
6452
5985
|
"schema": {
|
|
6453
|
-
"enum": [
|
|
6454
|
-
"APPLE_PAY",
|
|
6455
|
-
"ANDROID_PAY",
|
|
6456
|
-
"GOOGLE_PAY",
|
|
6457
|
-
"SHOPIFY_PAY"
|
|
6458
|
-
]
|
|
5986
|
+
"enum": ["APPLE_PAY", "ANDROID_PAY", "GOOGLE_PAY", "SHOPIFY_PAY"]
|
|
6459
5987
|
}
|
|
6460
5988
|
},
|
|
6461
5989
|
"ShopifyStorefront_DiscountAllocation": {
|
|
@@ -6477,10 +6005,7 @@
|
|
|
6477
6005
|
"description": "The discount this allocated amount originated from."
|
|
6478
6006
|
}
|
|
6479
6007
|
},
|
|
6480
|
-
"required": [
|
|
6481
|
-
"allocatedAmount",
|
|
6482
|
-
"discountApplication"
|
|
6483
|
-
]
|
|
6008
|
+
"required": ["allocatedAmount", "discountApplication"]
|
|
6484
6009
|
}
|
|
6485
6010
|
},
|
|
6486
6011
|
"ShopifyStorefront_DiscountApplication": {
|
|
@@ -6512,12 +6037,7 @@
|
|
|
6512
6037
|
"description": "The value of the discount application."
|
|
6513
6038
|
}
|
|
6514
6039
|
},
|
|
6515
|
-
"required": [
|
|
6516
|
-
"allocationMethod",
|
|
6517
|
-
"targetSelection",
|
|
6518
|
-
"targetType",
|
|
6519
|
-
"value"
|
|
6520
|
-
]
|
|
6040
|
+
"required": ["allocationMethod", "targetSelection", "targetType", "value"]
|
|
6521
6041
|
},
|
|
6522
6042
|
"type": "interface"
|
|
6523
6043
|
},
|
|
@@ -6527,11 +6047,7 @@
|
|
|
6527
6047
|
"id": "ShopifyStorefront_DiscountApplicationAllocationMethod",
|
|
6528
6048
|
"description": "The method by which the discount's value is allocated onto its entitled lines.",
|
|
6529
6049
|
"schema": {
|
|
6530
|
-
"enum": [
|
|
6531
|
-
"ACROSS",
|
|
6532
|
-
"EACH",
|
|
6533
|
-
"ONE"
|
|
6534
|
-
]
|
|
6050
|
+
"enum": ["ACROSS", "EACH", "ONE"]
|
|
6535
6051
|
}
|
|
6536
6052
|
},
|
|
6537
6053
|
"ShopifyStorefront_DiscountApplicationConnection": {
|
|
@@ -6564,11 +6080,7 @@
|
|
|
6564
6080
|
"description": "Information to aid in pagination."
|
|
6565
6081
|
}
|
|
6566
6082
|
},
|
|
6567
|
-
"required": [
|
|
6568
|
-
"edges",
|
|
6569
|
-
"nodes",
|
|
6570
|
-
"pageInfo"
|
|
6571
|
-
]
|
|
6083
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
6572
6084
|
}
|
|
6573
6085
|
},
|
|
6574
6086
|
"ShopifyStorefront_DiscountApplicationEdge": {
|
|
@@ -6590,10 +6102,7 @@
|
|
|
6590
6102
|
"description": "The item at the end of DiscountApplicationEdge."
|
|
6591
6103
|
}
|
|
6592
6104
|
},
|
|
6593
|
-
"required": [
|
|
6594
|
-
"cursor",
|
|
6595
|
-
"node"
|
|
6596
|
-
]
|
|
6105
|
+
"required": ["cursor", "node"]
|
|
6597
6106
|
}
|
|
6598
6107
|
},
|
|
6599
6108
|
"ShopifyStorefront_DiscountApplicationTargetSelection": {
|
|
@@ -6602,11 +6111,7 @@
|
|
|
6602
6111
|
"id": "ShopifyStorefront_DiscountApplicationTargetSelection",
|
|
6603
6112
|
"description": "The lines on the order to which the discount is applied, of the type defined by\nthe discount application's `targetType`. For example, the value `ENTITLED`, combined with a `targetType` of\n`LINE_ITEM`, applies the discount on all line items that are entitled to the discount.\nThe value `ALL`, combined with a `targetType` of `SHIPPING_LINE`, applies the discount on all shipping lines.\n",
|
|
6604
6113
|
"schema": {
|
|
6605
|
-
"enum": [
|
|
6606
|
-
"ALL",
|
|
6607
|
-
"ENTITLED",
|
|
6608
|
-
"EXPLICIT"
|
|
6609
|
-
]
|
|
6114
|
+
"enum": ["ALL", "ENTITLED", "EXPLICIT"]
|
|
6610
6115
|
}
|
|
6611
6116
|
},
|
|
6612
6117
|
"ShopifyStorefront_DiscountApplicationTargetType": {
|
|
@@ -6615,10 +6120,7 @@
|
|
|
6615
6120
|
"id": "ShopifyStorefront_DiscountApplicationTargetType",
|
|
6616
6121
|
"description": "The type of line (i.e. line item or shipping line) on an order that the discount is applicable towards.\n",
|
|
6617
6122
|
"schema": {
|
|
6618
|
-
"enum": [
|
|
6619
|
-
"LINE_ITEM",
|
|
6620
|
-
"SHIPPING_LINE"
|
|
6621
|
-
]
|
|
6123
|
+
"enum": ["LINE_ITEM", "SHIPPING_LINE"]
|
|
6622
6124
|
}
|
|
6623
6125
|
},
|
|
6624
6126
|
"ShopifyStorefront_DiscountCodeApplication": {
|
|
@@ -6660,18 +6162,9 @@
|
|
|
6660
6162
|
"description": "The value of the discount application."
|
|
6661
6163
|
}
|
|
6662
6164
|
},
|
|
6663
|
-
"required": [
|
|
6664
|
-
"allocationMethod",
|
|
6665
|
-
"applicable",
|
|
6666
|
-
"code",
|
|
6667
|
-
"targetSelection",
|
|
6668
|
-
"targetType",
|
|
6669
|
-
"value"
|
|
6670
|
-
]
|
|
6165
|
+
"required": ["allocationMethod", "applicable", "code", "targetSelection", "targetType", "value"]
|
|
6671
6166
|
},
|
|
6672
|
-
"interfaces": [
|
|
6673
|
-
"ShopifyStorefront_DiscountApplication"
|
|
6674
|
-
]
|
|
6167
|
+
"interfaces": ["ShopifyStorefront_DiscountApplication"]
|
|
6675
6168
|
},
|
|
6676
6169
|
"ShopifyStorefront_DisplayableError": {
|
|
6677
6170
|
"name": "ShopifyStorefront_DisplayableError",
|
|
@@ -6695,9 +6188,7 @@
|
|
|
6695
6188
|
"description": "The error message."
|
|
6696
6189
|
}
|
|
6697
6190
|
},
|
|
6698
|
-
"required": [
|
|
6699
|
-
"message"
|
|
6700
|
-
]
|
|
6191
|
+
"required": ["message"]
|
|
6701
6192
|
},
|
|
6702
6193
|
"type": "interface"
|
|
6703
6194
|
},
|
|
@@ -6725,11 +6216,7 @@
|
|
|
6725
6216
|
"@mapping": "shopify-storefront:Domain.url"
|
|
6726
6217
|
}
|
|
6727
6218
|
},
|
|
6728
|
-
"required": [
|
|
6729
|
-
"host",
|
|
6730
|
-
"sslEnabled",
|
|
6731
|
-
"url"
|
|
6732
|
-
]
|
|
6219
|
+
"required": ["host", "sslEnabled", "url"]
|
|
6733
6220
|
}
|
|
6734
6221
|
},
|
|
6735
6222
|
"ShopifyStorefront_ExternalVideo": {
|
|
@@ -6788,19 +6275,9 @@
|
|
|
6788
6275
|
"description": "The preview image for the media."
|
|
6789
6276
|
}
|
|
6790
6277
|
},
|
|
6791
|
-
"required": [
|
|
6792
|
-
"embedUrl",
|
|
6793
|
-
"embeddedUrl",
|
|
6794
|
-
"host",
|
|
6795
|
-
"id",
|
|
6796
|
-
"mediaContentType",
|
|
6797
|
-
"originUrl"
|
|
6798
|
-
]
|
|
6278
|
+
"required": ["embedUrl", "embeddedUrl", "host", "id", "mediaContentType", "originUrl"]
|
|
6799
6279
|
},
|
|
6800
|
-
"interfaces": [
|
|
6801
|
-
"ShopifyStorefront_Media",
|
|
6802
|
-
"ShopifyStorefront_Node"
|
|
6803
|
-
]
|
|
6280
|
+
"interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
|
|
6804
6281
|
},
|
|
6805
6282
|
"ShopifyStorefront_Filter": {
|
|
6806
6283
|
"name": "ShopifyStorefront_Filter",
|
|
@@ -6834,12 +6311,7 @@
|
|
|
6834
6311
|
"description": "The list of values for this filter."
|
|
6835
6312
|
}
|
|
6836
6313
|
},
|
|
6837
|
-
"required": [
|
|
6838
|
-
"id",
|
|
6839
|
-
"label",
|
|
6840
|
-
"type",
|
|
6841
|
-
"values"
|
|
6842
|
-
]
|
|
6314
|
+
"required": ["id", "label", "type", "values"]
|
|
6843
6315
|
}
|
|
6844
6316
|
},
|
|
6845
6317
|
"ShopifyStorefront_FilterType": {
|
|
@@ -6848,11 +6320,7 @@
|
|
|
6848
6320
|
"id": "ShopifyStorefront_FilterType",
|
|
6849
6321
|
"description": "The type of data that the filter group represents.\n\nFor more information, refer to [Filter products in a collection with the Storefront API]\n(https://shopify.dev/custom-storefronts/products-collections/filter-products).\n",
|
|
6850
6322
|
"schema": {
|
|
6851
|
-
"enum": [
|
|
6852
|
-
"LIST",
|
|
6853
|
-
"PRICE_RANGE",
|
|
6854
|
-
"BOOLEAN"
|
|
6855
|
-
]
|
|
6323
|
+
"enum": ["LIST", "PRICE_RANGE", "BOOLEAN"]
|
|
6856
6324
|
}
|
|
6857
6325
|
},
|
|
6858
6326
|
"ShopifyStorefront_FilterValue": {
|
|
@@ -6884,12 +6352,7 @@
|
|
|
6884
6352
|
"description": "A human-friendly string for this filter value."
|
|
6885
6353
|
}
|
|
6886
6354
|
},
|
|
6887
|
-
"required": [
|
|
6888
|
-
"count",
|
|
6889
|
-
"id",
|
|
6890
|
-
"input",
|
|
6891
|
-
"label"
|
|
6892
|
-
]
|
|
6355
|
+
"required": ["count", "id", "input", "label"]
|
|
6893
6356
|
}
|
|
6894
6357
|
},
|
|
6895
6358
|
"ShopifyStorefront_Fulfillment": {
|
|
@@ -6954,10 +6417,7 @@
|
|
|
6954
6417
|
"description": "Tracking information associated with the fulfillment,\nsuch as the tracking number and tracking URL."
|
|
6955
6418
|
}
|
|
6956
6419
|
},
|
|
6957
|
-
"required": [
|
|
6958
|
-
"fulfillmentLineItems",
|
|
6959
|
-
"trackingInfo"
|
|
6960
|
-
]
|
|
6420
|
+
"required": ["fulfillmentLineItems", "trackingInfo"]
|
|
6961
6421
|
}
|
|
6962
6422
|
},
|
|
6963
6423
|
"ShopifyStorefront_FulfillmentLineItem": {
|
|
@@ -6979,10 +6439,7 @@
|
|
|
6979
6439
|
"description": "The amount fulfilled in this fulfillment."
|
|
6980
6440
|
}
|
|
6981
6441
|
},
|
|
6982
|
-
"required": [
|
|
6983
|
-
"lineItem",
|
|
6984
|
-
"quantity"
|
|
6985
|
-
]
|
|
6442
|
+
"required": ["lineItem", "quantity"]
|
|
6986
6443
|
}
|
|
6987
6444
|
},
|
|
6988
6445
|
"ShopifyStorefront_FulfillmentLineItemConnection": {
|
|
@@ -7015,11 +6472,7 @@
|
|
|
7015
6472
|
"description": "Information to aid in pagination."
|
|
7016
6473
|
}
|
|
7017
6474
|
},
|
|
7018
|
-
"required": [
|
|
7019
|
-
"edges",
|
|
7020
|
-
"nodes",
|
|
7021
|
-
"pageInfo"
|
|
7022
|
-
]
|
|
6475
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
7023
6476
|
}
|
|
7024
6477
|
},
|
|
7025
6478
|
"ShopifyStorefront_FulfillmentLineItemEdge": {
|
|
@@ -7041,10 +6494,7 @@
|
|
|
7041
6494
|
"description": "The item at the end of FulfillmentLineItemEdge."
|
|
7042
6495
|
}
|
|
7043
6496
|
},
|
|
7044
|
-
"required": [
|
|
7045
|
-
"cursor",
|
|
7046
|
-
"node"
|
|
7047
|
-
]
|
|
6497
|
+
"required": ["cursor", "node"]
|
|
7048
6498
|
}
|
|
7049
6499
|
},
|
|
7050
6500
|
"ShopifyStorefront_FulfillmentTrackingInfo": {
|
|
@@ -7108,13 +6558,9 @@
|
|
|
7108
6558
|
"@mapping": "shopify-storefront:GenericFile.url"
|
|
7109
6559
|
}
|
|
7110
6560
|
},
|
|
7111
|
-
"required": [
|
|
7112
|
-
"id"
|
|
7113
|
-
]
|
|
6561
|
+
"required": ["id"]
|
|
7114
6562
|
},
|
|
7115
|
-
"interfaces": [
|
|
7116
|
-
"ShopifyStorefront_Node"
|
|
7117
|
-
]
|
|
6563
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
7118
6564
|
},
|
|
7119
6565
|
"ShopifyStorefront_GeoCoordinateInput": {
|
|
7120
6566
|
"name": "ShopifyStorefront_GeoCoordinateInput",
|
|
@@ -7135,10 +6581,7 @@
|
|
|
7135
6581
|
"description": "The coordinate's longitude value."
|
|
7136
6582
|
}
|
|
7137
6583
|
},
|
|
7138
|
-
"required": [
|
|
7139
|
-
"latitude",
|
|
7140
|
-
"longitude"
|
|
7141
|
-
]
|
|
6584
|
+
"required": ["latitude", "longitude"]
|
|
7142
6585
|
}
|
|
7143
6586
|
},
|
|
7144
6587
|
"ShopifyStorefront_HasMetafields": {
|
|
@@ -7164,10 +6607,7 @@
|
|
|
7164
6607
|
"description": "The identifier for the metafield."
|
|
7165
6608
|
}
|
|
7166
6609
|
},
|
|
7167
|
-
"required": [
|
|
7168
|
-
"namespace",
|
|
7169
|
-
"key"
|
|
7170
|
-
]
|
|
6610
|
+
"required": ["namespace", "key"]
|
|
7171
6611
|
},
|
|
7172
6612
|
"description": "Returns a metafield found by namespace and key."
|
|
7173
6613
|
},
|
|
@@ -7188,16 +6628,12 @@
|
|
|
7188
6628
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
7189
6629
|
}
|
|
7190
6630
|
},
|
|
7191
|
-
"required": [
|
|
7192
|
-
"identifiers"
|
|
7193
|
-
]
|
|
6631
|
+
"required": ["identifiers"]
|
|
7194
6632
|
},
|
|
7195
6633
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
7196
6634
|
}
|
|
7197
6635
|
},
|
|
7198
|
-
"required": [
|
|
7199
|
-
"metafields"
|
|
7200
|
-
]
|
|
6636
|
+
"required": ["metafields"]
|
|
7201
6637
|
},
|
|
7202
6638
|
"type": "interface"
|
|
7203
6639
|
},
|
|
@@ -7220,10 +6656,7 @@
|
|
|
7220
6656
|
"description": "The identifier for the metafield."
|
|
7221
6657
|
}
|
|
7222
6658
|
},
|
|
7223
|
-
"required": [
|
|
7224
|
-
"namespace",
|
|
7225
|
-
"key"
|
|
7226
|
-
]
|
|
6659
|
+
"required": ["namespace", "key"]
|
|
7227
6660
|
}
|
|
7228
6661
|
},
|
|
7229
6662
|
"ShopifyStorefront_Image": {
|
|
@@ -7314,12 +6747,7 @@
|
|
|
7314
6747
|
"description": "The original width of the image in pixels. Returns `null` if the image isn't hosted by Shopify."
|
|
7315
6748
|
}
|
|
7316
6749
|
},
|
|
7317
|
-
"required": [
|
|
7318
|
-
"originalSrc",
|
|
7319
|
-
"src",
|
|
7320
|
-
"transformedSrc",
|
|
7321
|
-
"url"
|
|
7322
|
-
]
|
|
6750
|
+
"required": ["originalSrc", "src", "transformedSrc", "url"]
|
|
7323
6751
|
}
|
|
7324
6752
|
},
|
|
7325
6753
|
"ShopifyStorefront_ImageConnection": {
|
|
@@ -7352,11 +6780,7 @@
|
|
|
7352
6780
|
"description": "Information to aid in pagination."
|
|
7353
6781
|
}
|
|
7354
6782
|
},
|
|
7355
|
-
"required": [
|
|
7356
|
-
"edges",
|
|
7357
|
-
"nodes",
|
|
7358
|
-
"pageInfo"
|
|
7359
|
-
]
|
|
6783
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
7360
6784
|
}
|
|
7361
6785
|
},
|
|
7362
6786
|
"ShopifyStorefront_ImageContentType": {
|
|
@@ -7365,11 +6789,7 @@
|
|
|
7365
6789
|
"id": "ShopifyStorefront_ImageContentType",
|
|
7366
6790
|
"description": "List of supported image content types.",
|
|
7367
6791
|
"schema": {
|
|
7368
|
-
"enum": [
|
|
7369
|
-
"PNG",
|
|
7370
|
-
"JPG",
|
|
7371
|
-
"WEBP"
|
|
7372
|
-
]
|
|
6792
|
+
"enum": ["PNG", "JPG", "WEBP"]
|
|
7373
6793
|
}
|
|
7374
6794
|
},
|
|
7375
6795
|
"ShopifyStorefront_ImageEdge": {
|
|
@@ -7391,10 +6811,7 @@
|
|
|
7391
6811
|
"description": "The item at the end of ImageEdge."
|
|
7392
6812
|
}
|
|
7393
6813
|
},
|
|
7394
|
-
"required": [
|
|
7395
|
-
"cursor",
|
|
7396
|
-
"node"
|
|
7397
|
-
]
|
|
6814
|
+
"required": ["cursor", "node"]
|
|
7398
6815
|
}
|
|
7399
6816
|
},
|
|
7400
6817
|
"ShopifyStorefront_ImageTransformInput": {
|
|
@@ -7451,10 +6868,7 @@
|
|
|
7451
6868
|
"@mapping": "shopify-storefront:InContext.type"
|
|
7452
6869
|
}
|
|
7453
6870
|
},
|
|
7454
|
-
"required": [
|
|
7455
|
-
"description",
|
|
7456
|
-
"type"
|
|
7457
|
-
]
|
|
6871
|
+
"required": ["description", "type"]
|
|
7458
6872
|
}
|
|
7459
6873
|
},
|
|
7460
6874
|
"ShopifyStorefront_InContextType": {
|
|
@@ -7474,10 +6888,7 @@
|
|
|
7474
6888
|
"@mapping": "shopify-storefront:InContextType.name"
|
|
7475
6889
|
}
|
|
7476
6890
|
},
|
|
7477
|
-
"required": [
|
|
7478
|
-
"kind",
|
|
7479
|
-
"name"
|
|
7480
|
-
]
|
|
6891
|
+
"required": ["kind", "name"]
|
|
7481
6892
|
}
|
|
7482
6893
|
},
|
|
7483
6894
|
"ShopifyStorefront_Language": {
|
|
@@ -7504,11 +6915,7 @@
|
|
|
7504
6915
|
"description": "The name of the language in the current language."
|
|
7505
6916
|
}
|
|
7506
6917
|
},
|
|
7507
|
-
"required": [
|
|
7508
|
-
"endonymName",
|
|
7509
|
-
"isoCode",
|
|
7510
|
-
"name"
|
|
7511
|
-
]
|
|
6918
|
+
"required": ["endonymName", "isoCode", "name"]
|
|
7512
6919
|
}
|
|
7513
6920
|
},
|
|
7514
6921
|
"ShopifyStorefront_LanguageCode": {
|
|
@@ -7705,13 +7112,7 @@
|
|
|
7705
7112
|
"description": "The market including the country of the active localized experience. Use the `@inContext` directive to change this value."
|
|
7706
7113
|
}
|
|
7707
7114
|
},
|
|
7708
|
-
"required": [
|
|
7709
|
-
"availableCountries",
|
|
7710
|
-
"availableLanguages",
|
|
7711
|
-
"country",
|
|
7712
|
-
"language",
|
|
7713
|
-
"market"
|
|
7714
|
-
]
|
|
7115
|
+
"required": ["availableCountries", "availableLanguages", "country", "language", "market"]
|
|
7715
7116
|
}
|
|
7716
7117
|
},
|
|
7717
7118
|
"ShopifyStorefront_Location": {
|
|
@@ -7748,10 +7149,7 @@
|
|
|
7748
7149
|
"description": "The identifier for the metafield."
|
|
7749
7150
|
}
|
|
7750
7151
|
},
|
|
7751
|
-
"required": [
|
|
7752
|
-
"namespace",
|
|
7753
|
-
"key"
|
|
7754
|
-
]
|
|
7152
|
+
"required": ["namespace", "key"]
|
|
7755
7153
|
},
|
|
7756
7154
|
"description": "Returns a metafield found by namespace and key."
|
|
7757
7155
|
},
|
|
@@ -7772,9 +7170,7 @@
|
|
|
7772
7170
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
7773
7171
|
}
|
|
7774
7172
|
},
|
|
7775
|
-
"required": [
|
|
7776
|
-
"identifiers"
|
|
7777
|
-
]
|
|
7173
|
+
"required": ["identifiers"]
|
|
7778
7174
|
},
|
|
7779
7175
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
7780
7176
|
},
|
|
@@ -7784,17 +7180,9 @@
|
|
|
7784
7180
|
"description": "The name of the location."
|
|
7785
7181
|
}
|
|
7786
7182
|
},
|
|
7787
|
-
"required": [
|
|
7788
|
-
"address",
|
|
7789
|
-
"id",
|
|
7790
|
-
"metafields",
|
|
7791
|
-
"name"
|
|
7792
|
-
]
|
|
7183
|
+
"required": ["address", "id", "metafields", "name"]
|
|
7793
7184
|
},
|
|
7794
|
-
"interfaces": [
|
|
7795
|
-
"ShopifyStorefront_HasMetafields",
|
|
7796
|
-
"ShopifyStorefront_Node"
|
|
7797
|
-
]
|
|
7185
|
+
"interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
|
|
7798
7186
|
},
|
|
7799
7187
|
"ShopifyStorefront_LocationAddress": {
|
|
7800
7188
|
"name": "ShopifyStorefront_LocationAddress",
|
|
@@ -7868,9 +7256,7 @@
|
|
|
7868
7256
|
"description": "The ZIP code of the location."
|
|
7869
7257
|
}
|
|
7870
7258
|
},
|
|
7871
|
-
"required": [
|
|
7872
|
-
"formatted"
|
|
7873
|
-
]
|
|
7259
|
+
"required": ["formatted"]
|
|
7874
7260
|
}
|
|
7875
7261
|
},
|
|
7876
7262
|
"ShopifyStorefront_LocationConnection": {
|
|
@@ -7903,11 +7289,7 @@
|
|
|
7903
7289
|
"description": "Information to aid in pagination."
|
|
7904
7290
|
}
|
|
7905
7291
|
},
|
|
7906
|
-
"required": [
|
|
7907
|
-
"edges",
|
|
7908
|
-
"nodes",
|
|
7909
|
-
"pageInfo"
|
|
7910
|
-
]
|
|
7292
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
7911
7293
|
}
|
|
7912
7294
|
},
|
|
7913
7295
|
"ShopifyStorefront_LocationEdge": {
|
|
@@ -7929,10 +7311,7 @@
|
|
|
7929
7311
|
"description": "The item at the end of LocationEdge."
|
|
7930
7312
|
}
|
|
7931
7313
|
},
|
|
7932
|
-
"required": [
|
|
7933
|
-
"cursor",
|
|
7934
|
-
"node"
|
|
7935
|
-
]
|
|
7314
|
+
"required": ["cursor", "node"]
|
|
7936
7315
|
}
|
|
7937
7316
|
},
|
|
7938
7317
|
"ShopifyStorefront_LocationSortKeys": {
|
|
@@ -7941,12 +7320,7 @@
|
|
|
7941
7320
|
"id": "ShopifyStorefront_LocationSortKeys",
|
|
7942
7321
|
"description": "The set of valid sort keys for the Location query.",
|
|
7943
7322
|
"schema": {
|
|
7944
|
-
"enum": [
|
|
7945
|
-
"ID",
|
|
7946
|
-
"NAME",
|
|
7947
|
-
"CITY",
|
|
7948
|
-
"DISTANCE"
|
|
7949
|
-
]
|
|
7323
|
+
"enum": ["ID", "NAME", "CITY", "DISTANCE"]
|
|
7950
7324
|
}
|
|
7951
7325
|
},
|
|
7952
7326
|
"ShopifyStorefront_MailingAddress": {
|
|
@@ -8073,14 +7447,9 @@
|
|
|
8073
7447
|
"description": "The zip or postal code of the address."
|
|
8074
7448
|
}
|
|
8075
7449
|
},
|
|
8076
|
-
"required": [
|
|
8077
|
-
"formatted",
|
|
8078
|
-
"id"
|
|
8079
|
-
]
|
|
7450
|
+
"required": ["formatted", "id"]
|
|
8080
7451
|
},
|
|
8081
|
-
"interfaces": [
|
|
8082
|
-
"ShopifyStorefront_Node"
|
|
8083
|
-
]
|
|
7452
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
8084
7453
|
},
|
|
8085
7454
|
"ShopifyStorefront_MailingAddressConnection": {
|
|
8086
7455
|
"name": "ShopifyStorefront_MailingAddressConnection",
|
|
@@ -8112,11 +7481,7 @@
|
|
|
8112
7481
|
"description": "Information to aid in pagination."
|
|
8113
7482
|
}
|
|
8114
7483
|
},
|
|
8115
|
-
"required": [
|
|
8116
|
-
"edges",
|
|
8117
|
-
"nodes",
|
|
8118
|
-
"pageInfo"
|
|
8119
|
-
]
|
|
7484
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
8120
7485
|
}
|
|
8121
7486
|
},
|
|
8122
7487
|
"ShopifyStorefront_MailingAddressEdge": {
|
|
@@ -8138,10 +7503,7 @@
|
|
|
8138
7503
|
"description": "The item at the end of MailingAddressEdge."
|
|
8139
7504
|
}
|
|
8140
7505
|
},
|
|
8141
|
-
"required": [
|
|
8142
|
-
"cursor",
|
|
8143
|
-
"node"
|
|
8144
|
-
]
|
|
7506
|
+
"required": ["cursor", "node"]
|
|
8145
7507
|
}
|
|
8146
7508
|
},
|
|
8147
7509
|
"ShopifyStorefront_MailingAddressInput": {
|
|
@@ -8244,17 +7606,9 @@
|
|
|
8244
7606
|
"description": "The value of the discount application."
|
|
8245
7607
|
}
|
|
8246
7608
|
},
|
|
8247
|
-
"required": [
|
|
8248
|
-
"allocationMethod",
|
|
8249
|
-
"targetSelection",
|
|
8250
|
-
"targetType",
|
|
8251
|
-
"title",
|
|
8252
|
-
"value"
|
|
8253
|
-
]
|
|
7609
|
+
"required": ["allocationMethod", "targetSelection", "targetType", "title", "value"]
|
|
8254
7610
|
},
|
|
8255
|
-
"interfaces": [
|
|
8256
|
-
"ShopifyStorefront_DiscountApplication"
|
|
8257
|
-
]
|
|
7611
|
+
"interfaces": ["ShopifyStorefront_DiscountApplication"]
|
|
8258
7612
|
},
|
|
8259
7613
|
"ShopifyStorefront_Market": {
|
|
8260
7614
|
"name": "ShopifyStorefront_Market",
|
|
@@ -8290,10 +7644,7 @@
|
|
|
8290
7644
|
"description": "The identifier for the metafield."
|
|
8291
7645
|
}
|
|
8292
7646
|
},
|
|
8293
|
-
"required": [
|
|
8294
|
-
"namespace",
|
|
8295
|
-
"key"
|
|
8296
|
-
]
|
|
7647
|
+
"required": ["namespace", "key"]
|
|
8297
7648
|
},
|
|
8298
7649
|
"description": "Returns a metafield found by namespace and key."
|
|
8299
7650
|
},
|
|
@@ -8314,23 +7665,14 @@
|
|
|
8314
7665
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
8315
7666
|
}
|
|
8316
7667
|
},
|
|
8317
|
-
"required": [
|
|
8318
|
-
"identifiers"
|
|
8319
|
-
]
|
|
7668
|
+
"required": ["identifiers"]
|
|
8320
7669
|
},
|
|
8321
7670
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
8322
7671
|
}
|
|
8323
7672
|
},
|
|
8324
|
-
"required": [
|
|
8325
|
-
"handle",
|
|
8326
|
-
"id",
|
|
8327
|
-
"metafields"
|
|
8328
|
-
]
|
|
7673
|
+
"required": ["handle", "id", "metafields"]
|
|
8329
7674
|
},
|
|
8330
|
-
"interfaces": [
|
|
8331
|
-
"ShopifyStorefront_HasMetafields",
|
|
8332
|
-
"ShopifyStorefront_Node"
|
|
8333
|
-
]
|
|
7675
|
+
"interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
|
|
8334
7676
|
},
|
|
8335
7677
|
"ShopifyStorefront_Media": {
|
|
8336
7678
|
"name": "ShopifyStorefront_Media",
|
|
@@ -8361,9 +7703,7 @@
|
|
|
8361
7703
|
"description": "The preview image for the media."
|
|
8362
7704
|
}
|
|
8363
7705
|
},
|
|
8364
|
-
"required": [
|
|
8365
|
-
"mediaContentType"
|
|
8366
|
-
]
|
|
7706
|
+
"required": ["mediaContentType"]
|
|
8367
7707
|
},
|
|
8368
7708
|
"type": "interface"
|
|
8369
7709
|
},
|
|
@@ -8397,11 +7737,7 @@
|
|
|
8397
7737
|
"description": "Information to aid in pagination."
|
|
8398
7738
|
}
|
|
8399
7739
|
},
|
|
8400
|
-
"required": [
|
|
8401
|
-
"edges",
|
|
8402
|
-
"nodes",
|
|
8403
|
-
"pageInfo"
|
|
8404
|
-
]
|
|
7740
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
8405
7741
|
}
|
|
8406
7742
|
},
|
|
8407
7743
|
"ShopifyStorefront_MediaContentType": {
|
|
@@ -8410,12 +7746,7 @@
|
|
|
8410
7746
|
"id": "ShopifyStorefront_MediaContentType",
|
|
8411
7747
|
"description": "The possible content types for a media object.",
|
|
8412
7748
|
"schema": {
|
|
8413
|
-
"enum": [
|
|
8414
|
-
"EXTERNAL_VIDEO",
|
|
8415
|
-
"IMAGE",
|
|
8416
|
-
"MODEL_3D",
|
|
8417
|
-
"VIDEO"
|
|
8418
|
-
]
|
|
7749
|
+
"enum": ["EXTERNAL_VIDEO", "IMAGE", "MODEL_3D", "VIDEO"]
|
|
8419
7750
|
}
|
|
8420
7751
|
},
|
|
8421
7752
|
"ShopifyStorefront_MediaEdge": {
|
|
@@ -8437,10 +7768,7 @@
|
|
|
8437
7768
|
"description": "The item at the end of MediaEdge."
|
|
8438
7769
|
}
|
|
8439
7770
|
},
|
|
8440
|
-
"required": [
|
|
8441
|
-
"cursor",
|
|
8442
|
-
"node"
|
|
8443
|
-
]
|
|
7771
|
+
"required": ["cursor", "node"]
|
|
8444
7772
|
}
|
|
8445
7773
|
},
|
|
8446
7774
|
"ShopifyStorefront_MediaHost": {
|
|
@@ -8449,10 +7777,7 @@
|
|
|
8449
7777
|
"id": "ShopifyStorefront_MediaHost",
|
|
8450
7778
|
"description": "Host for a Media Resource.",
|
|
8451
7779
|
"schema": {
|
|
8452
|
-
"enum": [
|
|
8453
|
-
"YOUTUBE",
|
|
8454
|
-
"VIMEO"
|
|
8455
|
-
]
|
|
7780
|
+
"enum": ["YOUTUBE", "VIMEO"]
|
|
8456
7781
|
}
|
|
8457
7782
|
},
|
|
8458
7783
|
"ShopifyStorefront_MediaImage": {
|
|
@@ -8495,15 +7820,9 @@
|
|
|
8495
7820
|
"description": "The preview image for the media."
|
|
8496
7821
|
}
|
|
8497
7822
|
},
|
|
8498
|
-
"required": [
|
|
8499
|
-
"id",
|
|
8500
|
-
"mediaContentType"
|
|
8501
|
-
]
|
|
7823
|
+
"required": ["id", "mediaContentType"]
|
|
8502
7824
|
},
|
|
8503
|
-
"interfaces": [
|
|
8504
|
-
"ShopifyStorefront_Media",
|
|
8505
|
-
"ShopifyStorefront_Node"
|
|
8506
|
-
]
|
|
7825
|
+
"interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
|
|
8507
7826
|
},
|
|
8508
7827
|
"ShopifyStorefront_MediaPresentation": {
|
|
8509
7828
|
"name": "ShopifyStorefront_MediaPresentation",
|
|
@@ -8525,9 +7844,7 @@
|
|
|
8525
7844
|
"description": "The format to transform the settings."
|
|
8526
7845
|
}
|
|
8527
7846
|
},
|
|
8528
|
-
"required": [
|
|
8529
|
-
"format"
|
|
8530
|
-
]
|
|
7847
|
+
"required": ["format"]
|
|
8531
7848
|
}
|
|
8532
7849
|
},
|
|
8533
7850
|
"id": {
|
|
@@ -8537,13 +7854,9 @@
|
|
|
8537
7854
|
"description": "A globally-unique ID."
|
|
8538
7855
|
}
|
|
8539
7856
|
},
|
|
8540
|
-
"required": [
|
|
8541
|
-
"id"
|
|
8542
|
-
]
|
|
7857
|
+
"required": ["id"]
|
|
8543
7858
|
},
|
|
8544
|
-
"interfaces": [
|
|
8545
|
-
"ShopifyStorefront_Node"
|
|
8546
|
-
]
|
|
7859
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
8547
7860
|
},
|
|
8548
7861
|
"ShopifyStorefront_MediaPresentationFormat": {
|
|
8549
7862
|
"name": "ShopifyStorefront_MediaPresentationFormat",
|
|
@@ -8551,10 +7864,7 @@
|
|
|
8551
7864
|
"id": "ShopifyStorefront_MediaPresentationFormat",
|
|
8552
7865
|
"description": "The possible formats for a media presentation.",
|
|
8553
7866
|
"schema": {
|
|
8554
|
-
"enum": [
|
|
8555
|
-
"MODEL_VIEWER",
|
|
8556
|
-
"IMAGE"
|
|
8557
|
-
]
|
|
7867
|
+
"enum": ["MODEL_VIEWER", "IMAGE"]
|
|
8558
7868
|
}
|
|
8559
7869
|
},
|
|
8560
7870
|
"ShopifyStorefront_Menu": {
|
|
@@ -8595,17 +7905,9 @@
|
|
|
8595
7905
|
"description": "The menu's title."
|
|
8596
7906
|
}
|
|
8597
7907
|
},
|
|
8598
|
-
"required": [
|
|
8599
|
-
"handle",
|
|
8600
|
-
"id",
|
|
8601
|
-
"items",
|
|
8602
|
-
"itemsCount",
|
|
8603
|
-
"title"
|
|
8604
|
-
]
|
|
7908
|
+
"required": ["handle", "id", "items", "itemsCount", "title"]
|
|
8605
7909
|
},
|
|
8606
|
-
"interfaces": [
|
|
8607
|
-
"ShopifyStorefront_Node"
|
|
8608
|
-
]
|
|
7910
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
8609
7911
|
},
|
|
8610
7912
|
"ShopifyStorefront_MenuItem": {
|
|
8611
7913
|
"name": "ShopifyStorefront_MenuItem",
|
|
@@ -8659,17 +7961,9 @@
|
|
|
8659
7961
|
"@mapping": "shopify-storefront:MenuItem.url"
|
|
8660
7962
|
}
|
|
8661
7963
|
},
|
|
8662
|
-
"required": [
|
|
8663
|
-
"id",
|
|
8664
|
-
"items",
|
|
8665
|
-
"tags",
|
|
8666
|
-
"title",
|
|
8667
|
-
"type"
|
|
8668
|
-
]
|
|
7964
|
+
"required": ["id", "items", "tags", "title", "type"]
|
|
8669
7965
|
},
|
|
8670
|
-
"interfaces": [
|
|
8671
|
-
"ShopifyStorefront_Node"
|
|
8672
|
-
]
|
|
7966
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
8673
7967
|
},
|
|
8674
7968
|
"ShopifyStorefront_MenuItemType": {
|
|
8675
7969
|
"name": "ShopifyStorefront_MenuItemType",
|
|
@@ -8791,20 +8085,9 @@
|
|
|
8791
8085
|
"description": "The data stored in the metafield. Always stored as a string, regardless of the metafield's type."
|
|
8792
8086
|
}
|
|
8793
8087
|
},
|
|
8794
|
-
"required": [
|
|
8795
|
-
"createdAt",
|
|
8796
|
-
"id",
|
|
8797
|
-
"key",
|
|
8798
|
-
"namespace",
|
|
8799
|
-
"parentResource",
|
|
8800
|
-
"type",
|
|
8801
|
-
"updatedAt",
|
|
8802
|
-
"value"
|
|
8803
|
-
]
|
|
8088
|
+
"required": ["createdAt", "id", "key", "namespace", "parentResource", "type", "updatedAt", "value"]
|
|
8804
8089
|
},
|
|
8805
|
-
"interfaces": [
|
|
8806
|
-
"ShopifyStorefront_Node"
|
|
8807
|
-
]
|
|
8090
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
8808
8091
|
},
|
|
8809
8092
|
"ShopifyStorefront_MetafieldDeleteErrorCode": {
|
|
8810
8093
|
"name": "ShopifyStorefront_MetafieldDeleteErrorCode",
|
|
@@ -8812,10 +8095,7 @@
|
|
|
8812
8095
|
"id": "ShopifyStorefront_MetafieldDeleteErrorCode",
|
|
8813
8096
|
"description": "Possible error codes that can be returned by `MetafieldDeleteUserError`.",
|
|
8814
8097
|
"schema": {
|
|
8815
|
-
"enum": [
|
|
8816
|
-
"INVALID_OWNER",
|
|
8817
|
-
"METAFIELD_DOES_NOT_EXIST"
|
|
8818
|
-
]
|
|
8098
|
+
"enum": ["INVALID_OWNER", "METAFIELD_DOES_NOT_EXIST"]
|
|
8819
8099
|
}
|
|
8820
8100
|
},
|
|
8821
8101
|
"ShopifyStorefront_MetafieldDeleteUserError": {
|
|
@@ -8845,13 +8125,9 @@
|
|
|
8845
8125
|
"description": "The error message."
|
|
8846
8126
|
}
|
|
8847
8127
|
},
|
|
8848
|
-
"required": [
|
|
8849
|
-
"message"
|
|
8850
|
-
]
|
|
8128
|
+
"required": ["message"]
|
|
8851
8129
|
},
|
|
8852
|
-
"interfaces": [
|
|
8853
|
-
"ShopifyStorefront_DisplayableError"
|
|
8854
|
-
]
|
|
8130
|
+
"interfaces": ["ShopifyStorefront_DisplayableError"]
|
|
8855
8131
|
},
|
|
8856
8132
|
"ShopifyStorefront_MetafieldFilter": {
|
|
8857
8133
|
"name": "ShopifyStorefront_MetafieldFilter",
|
|
@@ -8877,11 +8153,7 @@
|
|
|
8877
8153
|
"description": "The value of the metafield."
|
|
8878
8154
|
}
|
|
8879
8155
|
},
|
|
8880
|
-
"required": [
|
|
8881
|
-
"namespace",
|
|
8882
|
-
"key",
|
|
8883
|
-
"value"
|
|
8884
|
-
]
|
|
8156
|
+
"required": ["namespace", "key", "value"]
|
|
8885
8157
|
}
|
|
8886
8158
|
},
|
|
8887
8159
|
"ShopifyStorefront_MetafieldParentResource": {
|
|
@@ -8994,11 +8266,7 @@
|
|
|
8994
8266
|
"description": "Information to aid in pagination."
|
|
8995
8267
|
}
|
|
8996
8268
|
},
|
|
8997
|
-
"required": [
|
|
8998
|
-
"edges",
|
|
8999
|
-
"nodes",
|
|
9000
|
-
"pageInfo"
|
|
9001
|
-
]
|
|
8269
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
9002
8270
|
}
|
|
9003
8271
|
},
|
|
9004
8272
|
"ShopifyStorefront_MetafieldReferenceEdge": {
|
|
@@ -9020,10 +8288,7 @@
|
|
|
9020
8288
|
"description": "The item at the end of MetafieldReferenceEdge."
|
|
9021
8289
|
}
|
|
9022
8290
|
},
|
|
9023
|
-
"required": [
|
|
9024
|
-
"cursor",
|
|
9025
|
-
"node"
|
|
9026
|
-
]
|
|
8291
|
+
"required": ["cursor", "node"]
|
|
9027
8292
|
}
|
|
9028
8293
|
},
|
|
9029
8294
|
"ShopifyStorefront_MetafieldsSetUserError": {
|
|
@@ -9058,13 +8323,9 @@
|
|
|
9058
8323
|
"description": "The error message."
|
|
9059
8324
|
}
|
|
9060
8325
|
},
|
|
9061
|
-
"required": [
|
|
9062
|
-
"message"
|
|
9063
|
-
]
|
|
8326
|
+
"required": ["message"]
|
|
9064
8327
|
},
|
|
9065
|
-
"interfaces": [
|
|
9066
|
-
"ShopifyStorefront_DisplayableError"
|
|
9067
|
-
]
|
|
8328
|
+
"interfaces": ["ShopifyStorefront_DisplayableError"]
|
|
9068
8329
|
},
|
|
9069
8330
|
"ShopifyStorefront_MetafieldsSetUserErrorCode": {
|
|
9070
8331
|
"name": "ShopifyStorefront_MetafieldsSetUserErrorCode",
|
|
@@ -9104,9 +8365,7 @@
|
|
|
9104
8365
|
"description": "The key of the field."
|
|
9105
8366
|
}
|
|
9106
8367
|
},
|
|
9107
|
-
"required": [
|
|
9108
|
-
"key"
|
|
9109
|
-
]
|
|
8368
|
+
"required": ["key"]
|
|
9110
8369
|
},
|
|
9111
8370
|
"description": "Accesses a field of the object by key."
|
|
9112
8371
|
},
|
|
@@ -9140,17 +8399,9 @@
|
|
|
9140
8399
|
"@mapping": "shopify-storefront:Metaobject.updatedAt"
|
|
9141
8400
|
}
|
|
9142
8401
|
},
|
|
9143
|
-
"required": [
|
|
9144
|
-
"fields",
|
|
9145
|
-
"handle",
|
|
9146
|
-
"id",
|
|
9147
|
-
"type",
|
|
9148
|
-
"updatedAt"
|
|
9149
|
-
]
|
|
8402
|
+
"required": ["fields", "handle", "id", "type", "updatedAt"]
|
|
9150
8403
|
},
|
|
9151
|
-
"interfaces": [
|
|
9152
|
-
"ShopifyStorefront_Node"
|
|
9153
|
-
]
|
|
8404
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
9154
8405
|
},
|
|
9155
8406
|
"ShopifyStorefront_MetaobjectConnection": {
|
|
9156
8407
|
"name": "ShopifyStorefront_MetaobjectConnection",
|
|
@@ -9182,11 +8433,7 @@
|
|
|
9182
8433
|
"description": "Information to aid in pagination."
|
|
9183
8434
|
}
|
|
9184
8435
|
},
|
|
9185
|
-
"required": [
|
|
9186
|
-
"edges",
|
|
9187
|
-
"nodes",
|
|
9188
|
-
"pageInfo"
|
|
9189
|
-
]
|
|
8436
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
9190
8437
|
}
|
|
9191
8438
|
},
|
|
9192
8439
|
"ShopifyStorefront_MetaobjectEdge": {
|
|
@@ -9208,10 +8455,7 @@
|
|
|
9208
8455
|
"description": "The item at the end of MetaobjectEdge."
|
|
9209
8456
|
}
|
|
9210
8457
|
},
|
|
9211
|
-
"required": [
|
|
9212
|
-
"cursor",
|
|
9213
|
-
"node"
|
|
9214
|
-
]
|
|
8458
|
+
"required": ["cursor", "node"]
|
|
9215
8459
|
}
|
|
9216
8460
|
},
|
|
9217
8461
|
"ShopifyStorefront_MetaobjectField": {
|
|
@@ -9269,10 +8513,7 @@
|
|
|
9269
8513
|
"description": "The field value."
|
|
9270
8514
|
}
|
|
9271
8515
|
},
|
|
9272
|
-
"required": [
|
|
9273
|
-
"key",
|
|
9274
|
-
"type"
|
|
9275
|
-
]
|
|
8516
|
+
"required": ["key", "type"]
|
|
9276
8517
|
}
|
|
9277
8518
|
},
|
|
9278
8519
|
"ShopifyStorefront_MetaobjectHandleInput": {
|
|
@@ -9294,10 +8535,7 @@
|
|
|
9294
8535
|
"description": "The type of the metaobject."
|
|
9295
8536
|
}
|
|
9296
8537
|
},
|
|
9297
|
-
"required": [
|
|
9298
|
-
"handle",
|
|
9299
|
-
"type"
|
|
9300
|
-
]
|
|
8538
|
+
"required": ["handle", "type"]
|
|
9301
8539
|
}
|
|
9302
8540
|
},
|
|
9303
8541
|
"ShopifyStorefront_Model3d": {
|
|
@@ -9343,16 +8581,9 @@
|
|
|
9343
8581
|
"description": "The sources for a 3d model."
|
|
9344
8582
|
}
|
|
9345
8583
|
},
|
|
9346
|
-
"required": [
|
|
9347
|
-
"id",
|
|
9348
|
-
"mediaContentType",
|
|
9349
|
-
"sources"
|
|
9350
|
-
]
|
|
8584
|
+
"required": ["id", "mediaContentType", "sources"]
|
|
9351
8585
|
},
|
|
9352
|
-
"interfaces": [
|
|
9353
|
-
"ShopifyStorefront_Media",
|
|
9354
|
-
"ShopifyStorefront_Node"
|
|
9355
|
-
]
|
|
8586
|
+
"interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
|
|
9356
8587
|
},
|
|
9357
8588
|
"ShopifyStorefront_Model3dSource": {
|
|
9358
8589
|
"name": "ShopifyStorefront_Model3dSource",
|
|
@@ -9383,12 +8614,7 @@
|
|
|
9383
8614
|
"description": "The URL of the 3d model."
|
|
9384
8615
|
}
|
|
9385
8616
|
},
|
|
9386
|
-
"required": [
|
|
9387
|
-
"filesize",
|
|
9388
|
-
"format",
|
|
9389
|
-
"mimeType",
|
|
9390
|
-
"url"
|
|
9391
|
-
]
|
|
8617
|
+
"required": ["filesize", "format", "mimeType", "url"]
|
|
9392
8618
|
}
|
|
9393
8619
|
},
|
|
9394
8620
|
"ShopifyStorefront_MoneyInput": {
|
|
@@ -9410,10 +8636,7 @@
|
|
|
9410
8636
|
"description": "Currency of the money."
|
|
9411
8637
|
}
|
|
9412
8638
|
},
|
|
9413
|
-
"required": [
|
|
9414
|
-
"amount",
|
|
9415
|
-
"currencyCode"
|
|
9416
|
-
]
|
|
8639
|
+
"required": ["amount", "currencyCode"]
|
|
9417
8640
|
}
|
|
9418
8641
|
},
|
|
9419
8642
|
"ShopifyStorefront_MoneyV2": {
|
|
@@ -9435,10 +8658,7 @@
|
|
|
9435
8658
|
"description": "Currency of the money."
|
|
9436
8659
|
}
|
|
9437
8660
|
},
|
|
9438
|
-
"required": [
|
|
9439
|
-
"amount",
|
|
9440
|
-
"currencyCode"
|
|
9441
|
-
]
|
|
8661
|
+
"required": ["amount", "currencyCode"]
|
|
9442
8662
|
}
|
|
9443
8663
|
},
|
|
9444
8664
|
"ShopifyStorefront_Node": {
|
|
@@ -9456,9 +8676,7 @@
|
|
|
9456
8676
|
"description": "A globally-unique ID."
|
|
9457
8677
|
}
|
|
9458
8678
|
},
|
|
9459
|
-
"required": [
|
|
9460
|
-
"id"
|
|
9461
|
-
]
|
|
8679
|
+
"required": ["id"]
|
|
9462
8680
|
},
|
|
9463
8681
|
"type": "interface"
|
|
9464
8682
|
},
|
|
@@ -9648,10 +8866,7 @@
|
|
|
9648
8866
|
"description": "The identifier for the metafield."
|
|
9649
8867
|
}
|
|
9650
8868
|
},
|
|
9651
|
-
"required": [
|
|
9652
|
-
"namespace",
|
|
9653
|
-
"key"
|
|
9654
|
-
]
|
|
8869
|
+
"required": ["namespace", "key"]
|
|
9655
8870
|
},
|
|
9656
8871
|
"description": "Returns a metafield found by namespace and key."
|
|
9657
8872
|
},
|
|
@@ -9672,9 +8887,7 @@
|
|
|
9672
8887
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
9673
8888
|
}
|
|
9674
8889
|
},
|
|
9675
|
-
"required": [
|
|
9676
|
-
"identifiers"
|
|
9677
|
-
]
|
|
8890
|
+
"required": ["identifiers"]
|
|
9678
8891
|
},
|
|
9679
8892
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
9680
8893
|
},
|
|
@@ -9825,10 +9038,7 @@
|
|
|
9825
9038
|
"totalShippingPriceV2"
|
|
9826
9039
|
]
|
|
9827
9040
|
},
|
|
9828
|
-
"interfaces": [
|
|
9829
|
-
"ShopifyStorefront_HasMetafields",
|
|
9830
|
-
"ShopifyStorefront_Node"
|
|
9831
|
-
]
|
|
9041
|
+
"interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
|
|
9832
9042
|
},
|
|
9833
9043
|
"ShopifyStorefront_OrderCancelReason": {
|
|
9834
9044
|
"name": "ShopifyStorefront_OrderCancelReason",
|
|
@@ -9836,13 +9046,7 @@
|
|
|
9836
9046
|
"id": "ShopifyStorefront_OrderCancelReason",
|
|
9837
9047
|
"description": "Represents the reason for the order's cancellation.",
|
|
9838
9048
|
"schema": {
|
|
9839
|
-
"enum": [
|
|
9840
|
-
"CUSTOMER",
|
|
9841
|
-
"DECLINED",
|
|
9842
|
-
"FRAUD",
|
|
9843
|
-
"INVENTORY",
|
|
9844
|
-
"OTHER"
|
|
9845
|
-
]
|
|
9049
|
+
"enum": ["CUSTOMER", "DECLINED", "FRAUD", "INVENTORY", "OTHER"]
|
|
9846
9050
|
}
|
|
9847
9051
|
},
|
|
9848
9052
|
"ShopifyStorefront_OrderConnection": {
|
|
@@ -9880,12 +9084,7 @@
|
|
|
9880
9084
|
"@mapping": "shopify-storefront:OrderConnection.totalCount"
|
|
9881
9085
|
}
|
|
9882
9086
|
},
|
|
9883
|
-
"required": [
|
|
9884
|
-
"edges",
|
|
9885
|
-
"nodes",
|
|
9886
|
-
"pageInfo",
|
|
9887
|
-
"totalCount"
|
|
9888
|
-
]
|
|
9087
|
+
"required": ["edges", "nodes", "pageInfo", "totalCount"]
|
|
9889
9088
|
}
|
|
9890
9089
|
},
|
|
9891
9090
|
"ShopifyStorefront_OrderEdge": {
|
|
@@ -9907,10 +9106,7 @@
|
|
|
9907
9106
|
"description": "The item at the end of OrderEdge."
|
|
9908
9107
|
}
|
|
9909
9108
|
},
|
|
9910
|
-
"required": [
|
|
9911
|
-
"cursor",
|
|
9912
|
-
"node"
|
|
9913
|
-
]
|
|
9109
|
+
"required": ["cursor", "node"]
|
|
9914
9110
|
}
|
|
9915
9111
|
},
|
|
9916
9112
|
"ShopifyStorefront_OrderFinancialStatus": {
|
|
@@ -9919,15 +9115,7 @@
|
|
|
9919
9115
|
"id": "ShopifyStorefront_OrderFinancialStatus",
|
|
9920
9116
|
"description": "Represents the order's current financial status.",
|
|
9921
9117
|
"schema": {
|
|
9922
|
-
"enum": [
|
|
9923
|
-
"PENDING",
|
|
9924
|
-
"AUTHORIZED",
|
|
9925
|
-
"PARTIALLY_PAID",
|
|
9926
|
-
"PARTIALLY_REFUNDED",
|
|
9927
|
-
"VOIDED",
|
|
9928
|
-
"PAID",
|
|
9929
|
-
"REFUNDED"
|
|
9930
|
-
]
|
|
9118
|
+
"enum": ["PENDING", "AUTHORIZED", "PARTIALLY_PAID", "PARTIALLY_REFUNDED", "VOIDED", "PAID", "REFUNDED"]
|
|
9931
9119
|
}
|
|
9932
9120
|
},
|
|
9933
9121
|
"ShopifyStorefront_OrderFulfillmentStatus": {
|
|
@@ -10045,11 +9233,7 @@
|
|
|
10045
9233
|
"description": "Information to aid in pagination."
|
|
10046
9234
|
}
|
|
10047
9235
|
},
|
|
10048
|
-
"required": [
|
|
10049
|
-
"edges",
|
|
10050
|
-
"nodes",
|
|
10051
|
-
"pageInfo"
|
|
10052
|
-
]
|
|
9236
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
10053
9237
|
}
|
|
10054
9238
|
},
|
|
10055
9239
|
"ShopifyStorefront_OrderLineItemEdge": {
|
|
@@ -10071,10 +9255,7 @@
|
|
|
10071
9255
|
"description": "The item at the end of OrderLineItemEdge."
|
|
10072
9256
|
}
|
|
10073
9257
|
},
|
|
10074
|
-
"required": [
|
|
10075
|
-
"cursor",
|
|
10076
|
-
"node"
|
|
10077
|
-
]
|
|
9258
|
+
"required": ["cursor", "node"]
|
|
10078
9259
|
}
|
|
10079
9260
|
},
|
|
10080
9261
|
"ShopifyStorefront_OrderSortKeys": {
|
|
@@ -10083,12 +9264,7 @@
|
|
|
10083
9264
|
"id": "ShopifyStorefront_OrderSortKeys",
|
|
10084
9265
|
"description": "The set of valid sort keys for the Order query.",
|
|
10085
9266
|
"schema": {
|
|
10086
|
-
"enum": [
|
|
10087
|
-
"PROCESSED_AT",
|
|
10088
|
-
"TOTAL_PRICE",
|
|
10089
|
-
"ID",
|
|
10090
|
-
"RELEVANCE"
|
|
10091
|
-
]
|
|
9267
|
+
"enum": ["PROCESSED_AT", "TOTAL_PRICE", "ID", "RELEVANCE"]
|
|
10092
9268
|
}
|
|
10093
9269
|
},
|
|
10094
9270
|
"ShopifyStorefront_Page": {
|
|
@@ -10140,10 +9316,7 @@
|
|
|
10140
9316
|
"description": "The identifier for the metafield."
|
|
10141
9317
|
}
|
|
10142
9318
|
},
|
|
10143
|
-
"required": [
|
|
10144
|
-
"namespace",
|
|
10145
|
-
"key"
|
|
10146
|
-
]
|
|
9319
|
+
"required": ["namespace", "key"]
|
|
10147
9320
|
},
|
|
10148
9321
|
"description": "Returns a metafield found by namespace and key."
|
|
10149
9322
|
},
|
|
@@ -10164,9 +9337,7 @@
|
|
|
10164
9337
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
10165
9338
|
}
|
|
10166
9339
|
},
|
|
10167
|
-
"required": [
|
|
10168
|
-
"identifiers"
|
|
10169
|
-
]
|
|
9340
|
+
"required": ["identifiers"]
|
|
10170
9341
|
},
|
|
10171
9342
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
10172
9343
|
},
|
|
@@ -10191,16 +9362,7 @@
|
|
|
10191
9362
|
"@mapping": "shopify-storefront:Page.updatedAt"
|
|
10192
9363
|
}
|
|
10193
9364
|
},
|
|
10194
|
-
"required": [
|
|
10195
|
-
"body",
|
|
10196
|
-
"bodySummary",
|
|
10197
|
-
"createdAt",
|
|
10198
|
-
"handle",
|
|
10199
|
-
"id",
|
|
10200
|
-
"metafields",
|
|
10201
|
-
"title",
|
|
10202
|
-
"updatedAt"
|
|
10203
|
-
]
|
|
9365
|
+
"required": ["body", "bodySummary", "createdAt", "handle", "id", "metafields", "title", "updatedAt"]
|
|
10204
9366
|
},
|
|
10205
9367
|
"interfaces": [
|
|
10206
9368
|
"ShopifyStorefront_HasMetafields",
|
|
@@ -10238,11 +9400,7 @@
|
|
|
10238
9400
|
"description": "Information to aid in pagination."
|
|
10239
9401
|
}
|
|
10240
9402
|
},
|
|
10241
|
-
"required": [
|
|
10242
|
-
"edges",
|
|
10243
|
-
"nodes",
|
|
10244
|
-
"pageInfo"
|
|
10245
|
-
]
|
|
9403
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
10246
9404
|
}
|
|
10247
9405
|
},
|
|
10248
9406
|
"ShopifyStorefront_PageEdge": {
|
|
@@ -10264,10 +9422,7 @@
|
|
|
10264
9422
|
"description": "The item at the end of PageEdge."
|
|
10265
9423
|
}
|
|
10266
9424
|
},
|
|
10267
|
-
"required": [
|
|
10268
|
-
"cursor",
|
|
10269
|
-
"node"
|
|
10270
|
-
]
|
|
9425
|
+
"required": ["cursor", "node"]
|
|
10271
9426
|
}
|
|
10272
9427
|
},
|
|
10273
9428
|
"ShopifyStorefront_PageInfo": {
|
|
@@ -10299,10 +9454,7 @@
|
|
|
10299
9454
|
"description": "The cursor corresponding to the first node in edges."
|
|
10300
9455
|
}
|
|
10301
9456
|
},
|
|
10302
|
-
"required": [
|
|
10303
|
-
"hasNextPage",
|
|
10304
|
-
"hasPreviousPage"
|
|
10305
|
-
]
|
|
9457
|
+
"required": ["hasNextPage", "hasPreviousPage"]
|
|
10306
9458
|
}
|
|
10307
9459
|
},
|
|
10308
9460
|
"ShopifyStorefront_PageSortKeys": {
|
|
@@ -10311,12 +9463,7 @@
|
|
|
10311
9463
|
"id": "ShopifyStorefront_PageSortKeys",
|
|
10312
9464
|
"description": "The set of valid sort keys for the Page query.",
|
|
10313
9465
|
"schema": {
|
|
10314
|
-
"enum": [
|
|
10315
|
-
"TITLE",
|
|
10316
|
-
"UPDATED_AT",
|
|
10317
|
-
"ID",
|
|
10318
|
-
"RELEVANCE"
|
|
10319
|
-
]
|
|
9466
|
+
"enum": ["TITLE", "UPDATED_AT", "ID", "RELEVANCE"]
|
|
10320
9467
|
}
|
|
10321
9468
|
},
|
|
10322
9469
|
"ShopifyStorefront_Payment": {
|
|
@@ -10390,18 +9537,9 @@
|
|
|
10390
9537
|
"description": "The actual transaction recorded by Shopify after having processed the payment with the gateway."
|
|
10391
9538
|
}
|
|
10392
9539
|
},
|
|
10393
|
-
"required": [
|
|
10394
|
-
"amount",
|
|
10395
|
-
"amountV2",
|
|
10396
|
-
"checkout",
|
|
10397
|
-
"id",
|
|
10398
|
-
"ready",
|
|
10399
|
-
"test"
|
|
10400
|
-
]
|
|
9540
|
+
"required": ["amount", "amountV2", "checkout", "id", "ready", "test"]
|
|
10401
9541
|
},
|
|
10402
|
-
"interfaces": [
|
|
10403
|
-
"ShopifyStorefront_Node"
|
|
10404
|
-
]
|
|
9542
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
10405
9543
|
},
|
|
10406
9544
|
"ShopifyStorefront_PaymentSettings": {
|
|
10407
9545
|
"name": "ShopifyStorefront_PaymentSettings",
|
|
@@ -10472,13 +9610,7 @@
|
|
|
10472
9610
|
"id": "ShopifyStorefront_PaymentTokenType",
|
|
10473
9611
|
"description": "The valid values for the types of payment token.",
|
|
10474
9612
|
"schema": {
|
|
10475
|
-
"enum": [
|
|
10476
|
-
"APPLE_PAY",
|
|
10477
|
-
"VAULT",
|
|
10478
|
-
"SHOPIFY_PAY",
|
|
10479
|
-
"GOOGLE_PAY",
|
|
10480
|
-
"STRIPE_VAULT_TOKEN"
|
|
10481
|
-
]
|
|
9613
|
+
"enum": ["APPLE_PAY", "VAULT", "SHOPIFY_PAY", "GOOGLE_PAY", "STRIPE_VAULT_TOKEN"]
|
|
10482
9614
|
}
|
|
10483
9615
|
},
|
|
10484
9616
|
"ShopifyStorefront_PriceRangeFilter": {
|
|
@@ -10517,9 +9649,7 @@
|
|
|
10517
9649
|
"description": "The percentage value of the object."
|
|
10518
9650
|
}
|
|
10519
9651
|
},
|
|
10520
|
-
"required": [
|
|
10521
|
-
"percentage"
|
|
10522
|
-
]
|
|
9652
|
+
"required": ["percentage"]
|
|
10523
9653
|
}
|
|
10524
9654
|
},
|
|
10525
9655
|
"ShopifyStorefront_PricingValue": {
|
|
@@ -10719,10 +9849,7 @@
|
|
|
10719
9849
|
"description": "The identifier for the metafield."
|
|
10720
9850
|
}
|
|
10721
9851
|
},
|
|
10722
|
-
"required": [
|
|
10723
|
-
"namespace",
|
|
10724
|
-
"key"
|
|
10725
|
-
]
|
|
9852
|
+
"required": ["namespace", "key"]
|
|
10726
9853
|
},
|
|
10727
9854
|
"description": "Returns a metafield found by namespace and key."
|
|
10728
9855
|
},
|
|
@@ -10743,9 +9870,7 @@
|
|
|
10743
9870
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
10744
9871
|
}
|
|
10745
9872
|
},
|
|
10746
|
-
"required": [
|
|
10747
|
-
"identifiers"
|
|
10748
|
-
]
|
|
9873
|
+
"required": ["identifiers"]
|
|
10749
9874
|
},
|
|
10750
9875
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
10751
9876
|
},
|
|
@@ -10864,9 +9989,7 @@
|
|
|
10864
9989
|
"description": "The input fields used for a selected option.\n\nThe input must not contain more than `250` values."
|
|
10865
9990
|
}
|
|
10866
9991
|
},
|
|
10867
|
-
"required": [
|
|
10868
|
-
"selectedOptions"
|
|
10869
|
-
]
|
|
9992
|
+
"required": ["selectedOptions"]
|
|
10870
9993
|
},
|
|
10871
9994
|
"description": "Find a product’s variant based on its selected options.\nThis is useful for converting a user’s selection of product options into a single matching variant.\nIf there is not a variant for the selected options, `null` will be returned."
|
|
10872
9995
|
},
|
|
@@ -10951,16 +10074,7 @@
|
|
|
10951
10074
|
"id": "ShopifyStorefront_ProductCollectionSortKeys",
|
|
10952
10075
|
"description": "The set of valid sort keys for the ProductCollection query.",
|
|
10953
10076
|
"schema": {
|
|
10954
|
-
"enum": [
|
|
10955
|
-
"TITLE",
|
|
10956
|
-
"PRICE",
|
|
10957
|
-
"BEST_SELLING",
|
|
10958
|
-
"CREATED",
|
|
10959
|
-
"ID",
|
|
10960
|
-
"MANUAL",
|
|
10961
|
-
"COLLECTION_DEFAULT",
|
|
10962
|
-
"RELEVANCE"
|
|
10963
|
-
]
|
|
10077
|
+
"enum": ["TITLE", "PRICE", "BEST_SELLING", "CREATED", "ID", "MANUAL", "COLLECTION_DEFAULT", "RELEVANCE"]
|
|
10964
10078
|
}
|
|
10965
10079
|
},
|
|
10966
10080
|
"ShopifyStorefront_ProductConnection": {
|
|
@@ -11001,12 +10115,7 @@
|
|
|
11001
10115
|
"description": "Information to aid in pagination."
|
|
11002
10116
|
}
|
|
11003
10117
|
},
|
|
11004
|
-
"required": [
|
|
11005
|
-
"edges",
|
|
11006
|
-
"filters",
|
|
11007
|
-
"nodes",
|
|
11008
|
-
"pageInfo"
|
|
11009
|
-
]
|
|
10118
|
+
"required": ["edges", "filters", "nodes", "pageInfo"]
|
|
11010
10119
|
}
|
|
11011
10120
|
},
|
|
11012
10121
|
"ShopifyStorefront_ProductEdge": {
|
|
@@ -11028,10 +10137,7 @@
|
|
|
11028
10137
|
"description": "The item at the end of ProductEdge."
|
|
11029
10138
|
}
|
|
11030
10139
|
},
|
|
11031
|
-
"required": [
|
|
11032
|
-
"cursor",
|
|
11033
|
-
"node"
|
|
11034
|
-
]
|
|
10140
|
+
"required": ["cursor", "node"]
|
|
11035
10141
|
}
|
|
11036
10142
|
},
|
|
11037
10143
|
"ShopifyStorefront_ProductFilter": {
|
|
@@ -11091,12 +10197,7 @@
|
|
|
11091
10197
|
"id": "ShopifyStorefront_ProductImageSortKeys",
|
|
11092
10198
|
"description": "The set of valid sort keys for the ProductImage query.",
|
|
11093
10199
|
"schema": {
|
|
11094
|
-
"enum": [
|
|
11095
|
-
"CREATED_AT",
|
|
11096
|
-
"POSITION",
|
|
11097
|
-
"ID",
|
|
11098
|
-
"RELEVANCE"
|
|
11099
|
-
]
|
|
10200
|
+
"enum": ["CREATED_AT", "POSITION", "ID", "RELEVANCE"]
|
|
11100
10201
|
}
|
|
11101
10202
|
},
|
|
11102
10203
|
"ShopifyStorefront_ProductMediaSortKeys": {
|
|
@@ -11105,11 +10206,7 @@
|
|
|
11105
10206
|
"id": "ShopifyStorefront_ProductMediaSortKeys",
|
|
11106
10207
|
"description": "The set of valid sort keys for the ProductMedia query.",
|
|
11107
10208
|
"schema": {
|
|
11108
|
-
"enum": [
|
|
11109
|
-
"POSITION",
|
|
11110
|
-
"ID",
|
|
11111
|
-
"RELEVANCE"
|
|
11112
|
-
]
|
|
10209
|
+
"enum": ["POSITION", "ID", "RELEVANCE"]
|
|
11113
10210
|
}
|
|
11114
10211
|
},
|
|
11115
10212
|
"ShopifyStorefront_ProductOption": {
|
|
@@ -11140,15 +10237,9 @@
|
|
|
11140
10237
|
"description": "The corresponding value to the product option name."
|
|
11141
10238
|
}
|
|
11142
10239
|
},
|
|
11143
|
-
"required": [
|
|
11144
|
-
"id",
|
|
11145
|
-
"name",
|
|
11146
|
-
"values"
|
|
11147
|
-
]
|
|
10240
|
+
"required": ["id", "name", "values"]
|
|
11148
10241
|
},
|
|
11149
|
-
"interfaces": [
|
|
11150
|
-
"ShopifyStorefront_Node"
|
|
11151
|
-
]
|
|
10242
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
11152
10243
|
},
|
|
11153
10244
|
"ShopifyStorefront_ProductPriceRange": {
|
|
11154
10245
|
"name": "ShopifyStorefront_ProductPriceRange",
|
|
@@ -11169,10 +10260,7 @@
|
|
|
11169
10260
|
"description": "The lowest variant's price."
|
|
11170
10261
|
}
|
|
11171
10262
|
},
|
|
11172
|
-
"required": [
|
|
11173
|
-
"maxVariantPrice",
|
|
11174
|
-
"minVariantPrice"
|
|
11175
|
-
]
|
|
10263
|
+
"required": ["maxVariantPrice", "minVariantPrice"]
|
|
11176
10264
|
}
|
|
11177
10265
|
},
|
|
11178
10266
|
"ShopifyStorefront_ProductRecommendationIntent": {
|
|
@@ -11181,10 +10269,7 @@
|
|
|
11181
10269
|
"id": "ShopifyStorefront_ProductRecommendationIntent",
|
|
11182
10270
|
"description": "The recommendation intent that is used to generate product recommendations.\nYou can use intent to generate product recommendations according to different strategies.\n",
|
|
11183
10271
|
"schema": {
|
|
11184
|
-
"enum": [
|
|
11185
|
-
"RELATED",
|
|
11186
|
-
"COMPLEMENTARY"
|
|
11187
|
-
]
|
|
10272
|
+
"enum": ["RELATED", "COMPLEMENTARY"]
|
|
11188
10273
|
}
|
|
11189
10274
|
},
|
|
11190
10275
|
"ShopifyStorefront_ProductSortKeys": {
|
|
@@ -11266,10 +10351,7 @@
|
|
|
11266
10351
|
"description": "The identifier for the metafield."
|
|
11267
10352
|
}
|
|
11268
10353
|
},
|
|
11269
|
-
"required": [
|
|
11270
|
-
"namespace",
|
|
11271
|
-
"key"
|
|
11272
|
-
]
|
|
10354
|
+
"required": ["namespace", "key"]
|
|
11273
10355
|
},
|
|
11274
10356
|
"description": "Returns a metafield found by namespace and key."
|
|
11275
10357
|
},
|
|
@@ -11290,9 +10372,7 @@
|
|
|
11290
10372
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
11291
10373
|
}
|
|
11292
10374
|
},
|
|
11293
|
-
"required": [
|
|
11294
|
-
"identifiers"
|
|
11295
|
-
]
|
|
10375
|
+
"required": ["identifiers"]
|
|
11296
10376
|
},
|
|
11297
10377
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
11298
10378
|
},
|
|
@@ -11443,10 +10523,7 @@
|
|
|
11443
10523
|
"weightUnit"
|
|
11444
10524
|
]
|
|
11445
10525
|
},
|
|
11446
|
-
"interfaces": [
|
|
11447
|
-
"ShopifyStorefront_HasMetafields",
|
|
11448
|
-
"ShopifyStorefront_Node"
|
|
11449
|
-
]
|
|
10526
|
+
"interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
|
|
11450
10527
|
},
|
|
11451
10528
|
"ShopifyStorefront_ProductVariantConnection": {
|
|
11452
10529
|
"name": "ShopifyStorefront_ProductVariantConnection",
|
|
@@ -11478,11 +10555,7 @@
|
|
|
11478
10555
|
"description": "Information to aid in pagination."
|
|
11479
10556
|
}
|
|
11480
10557
|
},
|
|
11481
|
-
"required": [
|
|
11482
|
-
"edges",
|
|
11483
|
-
"nodes",
|
|
11484
|
-
"pageInfo"
|
|
11485
|
-
]
|
|
10558
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
11486
10559
|
}
|
|
11487
10560
|
},
|
|
11488
10561
|
"ShopifyStorefront_ProductVariantEdge": {
|
|
@@ -11504,10 +10577,7 @@
|
|
|
11504
10577
|
"description": "The item at the end of ProductVariantEdge."
|
|
11505
10578
|
}
|
|
11506
10579
|
},
|
|
11507
|
-
"required": [
|
|
11508
|
-
"cursor",
|
|
11509
|
-
"node"
|
|
11510
|
-
]
|
|
10580
|
+
"required": ["cursor", "node"]
|
|
11511
10581
|
}
|
|
11512
10582
|
},
|
|
11513
10583
|
"ShopifyStorefront_ProductVariantSortKeys": {
|
|
@@ -11516,13 +10586,7 @@
|
|
|
11516
10586
|
"id": "ShopifyStorefront_ProductVariantSortKeys",
|
|
11517
10587
|
"description": "The set of valid sort keys for the ProductVariant query.",
|
|
11518
10588
|
"schema": {
|
|
11519
|
-
"enum": [
|
|
11520
|
-
"TITLE",
|
|
11521
|
-
"SKU",
|
|
11522
|
-
"POSITION",
|
|
11523
|
-
"ID",
|
|
11524
|
-
"RELEVANCE"
|
|
11525
|
-
]
|
|
10589
|
+
"enum": ["TITLE", "SKU", "POSITION", "ID", "RELEVANCE"]
|
|
11526
10590
|
}
|
|
11527
10591
|
},
|
|
11528
10592
|
"ShopifyStorefront_SEO": {
|
|
@@ -11580,17 +10644,9 @@
|
|
|
11580
10644
|
"description": "The value of the discount application."
|
|
11581
10645
|
}
|
|
11582
10646
|
},
|
|
11583
|
-
"required": [
|
|
11584
|
-
"allocationMethod",
|
|
11585
|
-
"targetSelection",
|
|
11586
|
-
"targetType",
|
|
11587
|
-
"title",
|
|
11588
|
-
"value"
|
|
11589
|
-
]
|
|
10647
|
+
"required": ["allocationMethod", "targetSelection", "targetType", "title", "value"]
|
|
11590
10648
|
},
|
|
11591
|
-
"interfaces": [
|
|
11592
|
-
"ShopifyStorefront_DiscountApplication"
|
|
11593
|
-
]
|
|
10649
|
+
"interfaces": ["ShopifyStorefront_DiscountApplication"]
|
|
11594
10650
|
},
|
|
11595
10651
|
"ShopifyStorefront_SelectedOption": {
|
|
11596
10652
|
"name": "ShopifyStorefront_SelectedOption",
|
|
@@ -11611,10 +10667,7 @@
|
|
|
11611
10667
|
"description": "The product option’s value."
|
|
11612
10668
|
}
|
|
11613
10669
|
},
|
|
11614
|
-
"required": [
|
|
11615
|
-
"name",
|
|
11616
|
-
"value"
|
|
11617
|
-
]
|
|
10670
|
+
"required": ["name", "value"]
|
|
11618
10671
|
}
|
|
11619
10672
|
},
|
|
11620
10673
|
"ShopifyStorefront_SelectedOptionInput": {
|
|
@@ -11636,10 +10689,7 @@
|
|
|
11636
10689
|
"description": "The product option’s value."
|
|
11637
10690
|
}
|
|
11638
10691
|
},
|
|
11639
|
-
"required": [
|
|
11640
|
-
"name",
|
|
11641
|
-
"value"
|
|
11642
|
-
]
|
|
10692
|
+
"required": ["name", "value"]
|
|
11643
10693
|
}
|
|
11644
10694
|
},
|
|
11645
10695
|
"ShopifyStorefront_SellingPlan": {
|
|
@@ -11693,14 +10743,7 @@
|
|
|
11693
10743
|
"description": "Whether purchasing the selling plan will result in multiple deliveries."
|
|
11694
10744
|
}
|
|
11695
10745
|
},
|
|
11696
|
-
"required": [
|
|
11697
|
-
"checkoutCharge",
|
|
11698
|
-
"id",
|
|
11699
|
-
"name",
|
|
11700
|
-
"options",
|
|
11701
|
-
"priceAdjustments",
|
|
11702
|
-
"recurringDeliveries"
|
|
11703
|
-
]
|
|
10746
|
+
"required": ["checkoutCharge", "id", "name", "options", "priceAdjustments", "recurringDeliveries"]
|
|
11704
10747
|
}
|
|
11705
10748
|
},
|
|
11706
10749
|
"ShopifyStorefront_SellingPlanAllocation": {
|
|
@@ -11735,12 +10778,7 @@
|
|
|
11735
10778
|
"description": "A representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'."
|
|
11736
10779
|
}
|
|
11737
10780
|
},
|
|
11738
|
-
"required": [
|
|
11739
|
-
"checkoutChargeAmount",
|
|
11740
|
-
"priceAdjustments",
|
|
11741
|
-
"remainingBalanceChargeAmount",
|
|
11742
|
-
"sellingPlan"
|
|
11743
|
-
]
|
|
10781
|
+
"required": ["checkoutChargeAmount", "priceAdjustments", "remainingBalanceChargeAmount", "sellingPlan"]
|
|
11744
10782
|
}
|
|
11745
10783
|
},
|
|
11746
10784
|
"ShopifyStorefront_SellingPlanAllocationConnection": {
|
|
@@ -11773,11 +10811,7 @@
|
|
|
11773
10811
|
"description": "Information to aid in pagination."
|
|
11774
10812
|
}
|
|
11775
10813
|
},
|
|
11776
|
-
"required": [
|
|
11777
|
-
"edges",
|
|
11778
|
-
"nodes",
|
|
11779
|
-
"pageInfo"
|
|
11780
|
-
]
|
|
10814
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
11781
10815
|
}
|
|
11782
10816
|
},
|
|
11783
10817
|
"ShopifyStorefront_SellingPlanAllocationEdge": {
|
|
@@ -11799,10 +10833,7 @@
|
|
|
11799
10833
|
"description": "The item at the end of SellingPlanAllocationEdge."
|
|
11800
10834
|
}
|
|
11801
10835
|
},
|
|
11802
|
-
"required": [
|
|
11803
|
-
"cursor",
|
|
11804
|
-
"node"
|
|
11805
|
-
]
|
|
10836
|
+
"required": ["cursor", "node"]
|
|
11806
10837
|
}
|
|
11807
10838
|
},
|
|
11808
10839
|
"ShopifyStorefront_SellingPlanAllocationPriceAdjustment": {
|
|
@@ -11834,11 +10865,7 @@
|
|
|
11834
10865
|
"description": "The resulting price per unit for the variant associated with the selling plan. If the variant isn't sold by quantity or measurement, then this field returns `null`."
|
|
11835
10866
|
}
|
|
11836
10867
|
},
|
|
11837
|
-
"required": [
|
|
11838
|
-
"compareAtPrice",
|
|
11839
|
-
"perDeliveryPrice",
|
|
11840
|
-
"price"
|
|
11841
|
-
]
|
|
10868
|
+
"required": ["compareAtPrice", "perDeliveryPrice", "price"]
|
|
11842
10869
|
}
|
|
11843
10870
|
},
|
|
11844
10871
|
"ShopifyStorefront_SellingPlanCheckoutCharge": {
|
|
@@ -11860,10 +10887,7 @@
|
|
|
11860
10887
|
"description": "The charge value for the checkout charge."
|
|
11861
10888
|
}
|
|
11862
10889
|
},
|
|
11863
|
-
"required": [
|
|
11864
|
-
"type",
|
|
11865
|
-
"value"
|
|
11866
|
-
]
|
|
10890
|
+
"required": ["type", "value"]
|
|
11867
10891
|
}
|
|
11868
10892
|
},
|
|
11869
10893
|
"ShopifyStorefront_SellingPlanCheckoutChargePercentageValue": {
|
|
@@ -11880,9 +10904,7 @@
|
|
|
11880
10904
|
"description": "The percentage value of the price used for checkout charge."
|
|
11881
10905
|
}
|
|
11882
10906
|
},
|
|
11883
|
-
"required": [
|
|
11884
|
-
"percentage"
|
|
11885
|
-
]
|
|
10907
|
+
"required": ["percentage"]
|
|
11886
10908
|
}
|
|
11887
10909
|
},
|
|
11888
10910
|
"ShopifyStorefront_SellingPlanCheckoutChargeType": {
|
|
@@ -11891,10 +10913,7 @@
|
|
|
11891
10913
|
"id": "ShopifyStorefront_SellingPlanCheckoutChargeType",
|
|
11892
10914
|
"description": "The checkout charge when the full amount isn't charged at checkout.",
|
|
11893
10915
|
"schema": {
|
|
11894
|
-
"enum": [
|
|
11895
|
-
"PERCENTAGE",
|
|
11896
|
-
"PRICE"
|
|
11897
|
-
]
|
|
10916
|
+
"enum": ["PERCENTAGE", "PRICE"]
|
|
11898
10917
|
}
|
|
11899
10918
|
},
|
|
11900
10919
|
"ShopifyStorefront_SellingPlanCheckoutChargeValue": {
|
|
@@ -11943,11 +10962,7 @@
|
|
|
11943
10962
|
"description": "Information to aid in pagination."
|
|
11944
10963
|
}
|
|
11945
10964
|
},
|
|
11946
|
-
"required": [
|
|
11947
|
-
"edges",
|
|
11948
|
-
"nodes",
|
|
11949
|
-
"pageInfo"
|
|
11950
|
-
]
|
|
10965
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
11951
10966
|
}
|
|
11952
10967
|
},
|
|
11953
10968
|
"ShopifyStorefront_SellingPlanEdge": {
|
|
@@ -11969,10 +10984,7 @@
|
|
|
11969
10984
|
"description": "The item at the end of SellingPlanEdge."
|
|
11970
10985
|
}
|
|
11971
10986
|
},
|
|
11972
|
-
"required": [
|
|
11973
|
-
"cursor",
|
|
11974
|
-
"node"
|
|
11975
|
-
]
|
|
10987
|
+
"required": ["cursor", "node"]
|
|
11976
10988
|
}
|
|
11977
10989
|
},
|
|
11978
10990
|
"ShopifyStorefront_SellingPlanFixedAmountPriceAdjustment": {
|
|
@@ -11989,9 +11001,7 @@
|
|
|
11989
11001
|
"description": "The money value of the price adjustment."
|
|
11990
11002
|
}
|
|
11991
11003
|
},
|
|
11992
|
-
"required": [
|
|
11993
|
-
"adjustmentAmount"
|
|
11994
|
-
]
|
|
11004
|
+
"required": ["adjustmentAmount"]
|
|
11995
11005
|
}
|
|
11996
11006
|
},
|
|
11997
11007
|
"ShopifyStorefront_SellingPlanFixedPriceAdjustment": {
|
|
@@ -12008,9 +11018,7 @@
|
|
|
12008
11018
|
"description": "A new price of the variant when it's purchased with the selling plan."
|
|
12009
11019
|
}
|
|
12010
11020
|
},
|
|
12011
|
-
"required": [
|
|
12012
|
-
"price"
|
|
12013
|
-
]
|
|
11021
|
+
"required": ["price"]
|
|
12014
11022
|
}
|
|
12015
11023
|
},
|
|
12016
11024
|
"ShopifyStorefront_SellingPlanGroup": {
|
|
@@ -12071,11 +11079,7 @@
|
|
|
12071
11079
|
"description": "A list of selling plans in a selling plan group. A selling plan is a representation of how products and variants can be sold and purchased. For example, an individual selling plan could be '6 weeks of prepaid granola, delivered weekly'."
|
|
12072
11080
|
}
|
|
12073
11081
|
},
|
|
12074
|
-
"required": [
|
|
12075
|
-
"name",
|
|
12076
|
-
"options",
|
|
12077
|
-
"sellingPlans"
|
|
12078
|
-
]
|
|
11082
|
+
"required": ["name", "options", "sellingPlans"]
|
|
12079
11083
|
}
|
|
12080
11084
|
},
|
|
12081
11085
|
"ShopifyStorefront_SellingPlanGroupConnection": {
|
|
@@ -12108,11 +11112,7 @@
|
|
|
12108
11112
|
"description": "Information to aid in pagination."
|
|
12109
11113
|
}
|
|
12110
11114
|
},
|
|
12111
|
-
"required": [
|
|
12112
|
-
"edges",
|
|
12113
|
-
"nodes",
|
|
12114
|
-
"pageInfo"
|
|
12115
|
-
]
|
|
11115
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
12116
11116
|
}
|
|
12117
11117
|
},
|
|
12118
11118
|
"ShopifyStorefront_SellingPlanGroupEdge": {
|
|
@@ -12134,10 +11134,7 @@
|
|
|
12134
11134
|
"description": "The item at the end of SellingPlanGroupEdge."
|
|
12135
11135
|
}
|
|
12136
11136
|
},
|
|
12137
|
-
"required": [
|
|
12138
|
-
"cursor",
|
|
12139
|
-
"node"
|
|
12140
|
-
]
|
|
11137
|
+
"required": ["cursor", "node"]
|
|
12141
11138
|
}
|
|
12142
11139
|
},
|
|
12143
11140
|
"ShopifyStorefront_SellingPlanGroupOption": {
|
|
@@ -12162,10 +11159,7 @@
|
|
|
12162
11159
|
"description": "The values for the options specified by the selling plans in the selling plan group. For example, '1 week', '2 weeks', '3 weeks'."
|
|
12163
11160
|
}
|
|
12164
11161
|
},
|
|
12165
|
-
"required": [
|
|
12166
|
-
"name",
|
|
12167
|
-
"values"
|
|
12168
|
-
]
|
|
11162
|
+
"required": ["name", "values"]
|
|
12169
11163
|
}
|
|
12170
11164
|
},
|
|
12171
11165
|
"ShopifyStorefront_SellingPlanOption": {
|
|
@@ -12203,9 +11197,7 @@
|
|
|
12203
11197
|
"description": "The percentage value of the price adjustment."
|
|
12204
11198
|
}
|
|
12205
11199
|
},
|
|
12206
|
-
"required": [
|
|
12207
|
-
"adjustmentPercentage"
|
|
12208
|
-
]
|
|
11200
|
+
"required": ["adjustmentPercentage"]
|
|
12209
11201
|
}
|
|
12210
11202
|
},
|
|
12211
11203
|
"ShopifyStorefront_SellingPlanPriceAdjustment": {
|
|
@@ -12227,9 +11219,7 @@
|
|
|
12227
11219
|
"description": "The number of orders that the price adjustment applies to. If the price adjustment always applies, then this field is `null`."
|
|
12228
11220
|
}
|
|
12229
11221
|
},
|
|
12230
|
-
"required": [
|
|
12231
|
-
"adjustmentValue"
|
|
12232
|
-
]
|
|
11222
|
+
"required": ["adjustmentValue"]
|
|
12233
11223
|
}
|
|
12234
11224
|
},
|
|
12235
11225
|
"ShopifyStorefront_SellingPlanPriceAdjustmentValue": {
|
|
@@ -12281,12 +11271,7 @@
|
|
|
12281
11271
|
"description": "Title of this shipping rate."
|
|
12282
11272
|
}
|
|
12283
11273
|
},
|
|
12284
|
-
"required": [
|
|
12285
|
-
"handle",
|
|
12286
|
-
"price",
|
|
12287
|
-
"priceV2",
|
|
12288
|
-
"title"
|
|
12289
|
-
]
|
|
11274
|
+
"required": ["handle", "price", "priceV2", "title"]
|
|
12290
11275
|
}
|
|
12291
11276
|
},
|
|
12292
11277
|
"ShopifyStorefront_Shop": {
|
|
@@ -12328,10 +11313,7 @@
|
|
|
12328
11313
|
"description": "The identifier for the metafield."
|
|
12329
11314
|
}
|
|
12330
11315
|
},
|
|
12331
|
-
"required": [
|
|
12332
|
-
"namespace",
|
|
12333
|
-
"key"
|
|
12334
|
-
]
|
|
11316
|
+
"required": ["namespace", "key"]
|
|
12335
11317
|
},
|
|
12336
11318
|
"description": "Returns a metafield found by namespace and key."
|
|
12337
11319
|
},
|
|
@@ -12352,9 +11334,7 @@
|
|
|
12352
11334
|
"description": "The list of metafields to retrieve by namespace and key.\n\nThe input must not contain more than `250` values."
|
|
12353
11335
|
}
|
|
12354
11336
|
},
|
|
12355
|
-
"required": [
|
|
12356
|
-
"identifiers"
|
|
12357
|
-
]
|
|
11337
|
+
"required": ["identifiers"]
|
|
12358
11338
|
},
|
|
12359
11339
|
"description": "The metafields associated with the resource matching the supplied list of namespaces and keys."
|
|
12360
11340
|
},
|
|
@@ -12412,20 +11392,9 @@
|
|
|
12412
11392
|
"description": "The shop’s terms of service."
|
|
12413
11393
|
}
|
|
12414
11394
|
},
|
|
12415
|
-
"required": [
|
|
12416
|
-
"id",
|
|
12417
|
-
"metafields",
|
|
12418
|
-
"moneyFormat",
|
|
12419
|
-
"name",
|
|
12420
|
-
"paymentSettings",
|
|
12421
|
-
"primaryDomain",
|
|
12422
|
-
"shipsToCountries"
|
|
12423
|
-
]
|
|
11395
|
+
"required": ["id", "metafields", "moneyFormat", "name", "paymentSettings", "primaryDomain", "shipsToCountries"]
|
|
12424
11396
|
},
|
|
12425
|
-
"interfaces": [
|
|
12426
|
-
"ShopifyStorefront_HasMetafields",
|
|
12427
|
-
"ShopifyStorefront_Node"
|
|
12428
|
-
]
|
|
11397
|
+
"interfaces": ["ShopifyStorefront_HasMetafields", "ShopifyStorefront_Node"]
|
|
12429
11398
|
},
|
|
12430
11399
|
"ShopifyStorefront_ShopPayWalletContentInput": {
|
|
12431
11400
|
"name": "ShopifyStorefront_ShopPayWalletContentInput",
|
|
@@ -12446,10 +11415,7 @@
|
|
|
12446
11415
|
"description": "Session token for transaction."
|
|
12447
11416
|
}
|
|
12448
11417
|
},
|
|
12449
|
-
"required": [
|
|
12450
|
-
"billingAddress",
|
|
12451
|
-
"sessionToken"
|
|
12452
|
-
]
|
|
11418
|
+
"required": ["billingAddress", "sessionToken"]
|
|
12453
11419
|
}
|
|
12454
11420
|
},
|
|
12455
11421
|
"ShopifyStorefront_ShopPolicy": {
|
|
@@ -12487,17 +11453,9 @@
|
|
|
12487
11453
|
"@mapping": "shopify-storefront:ShopPolicy.url"
|
|
12488
11454
|
}
|
|
12489
11455
|
},
|
|
12490
|
-
"required": [
|
|
12491
|
-
"body",
|
|
12492
|
-
"handle",
|
|
12493
|
-
"id",
|
|
12494
|
-
"title",
|
|
12495
|
-
"url"
|
|
12496
|
-
]
|
|
11456
|
+
"required": ["body", "handle", "id", "title", "url"]
|
|
12497
11457
|
},
|
|
12498
|
-
"interfaces": [
|
|
12499
|
-
"ShopifyStorefront_Node"
|
|
12500
|
-
]
|
|
11458
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
12501
11459
|
},
|
|
12502
11460
|
"ShopifyStorefront_ShopPolicyWithDefault": {
|
|
12503
11461
|
"name": "ShopifyStorefront_ShopPolicyWithDefault",
|
|
@@ -12534,12 +11492,7 @@
|
|
|
12534
11492
|
"@mapping": "shopify-storefront:ShopPolicyWithDefault.url"
|
|
12535
11493
|
}
|
|
12536
11494
|
},
|
|
12537
|
-
"required": [
|
|
12538
|
-
"body",
|
|
12539
|
-
"handle",
|
|
12540
|
-
"title",
|
|
12541
|
-
"url"
|
|
12542
|
-
]
|
|
11495
|
+
"required": ["body", "handle", "title", "url"]
|
|
12543
11496
|
}
|
|
12544
11497
|
},
|
|
12545
11498
|
"ShopifyStorefront_StoreAvailability": {
|
|
@@ -12566,11 +11519,7 @@
|
|
|
12566
11519
|
"description": "Returns the estimated amount of time it takes for pickup to be ready (Example: Usually ready in 24 hours)."
|
|
12567
11520
|
}
|
|
12568
11521
|
},
|
|
12569
|
-
"required": [
|
|
12570
|
-
"available",
|
|
12571
|
-
"location",
|
|
12572
|
-
"pickUpTime"
|
|
12573
|
-
]
|
|
11522
|
+
"required": ["available", "location", "pickUpTime"]
|
|
12574
11523
|
}
|
|
12575
11524
|
},
|
|
12576
11525
|
"ShopifyStorefront_StoreAvailabilityConnection": {
|
|
@@ -12603,11 +11552,7 @@
|
|
|
12603
11552
|
"description": "Information to aid in pagination."
|
|
12604
11553
|
}
|
|
12605
11554
|
},
|
|
12606
|
-
"required": [
|
|
12607
|
-
"edges",
|
|
12608
|
-
"nodes",
|
|
12609
|
-
"pageInfo"
|
|
12610
|
-
]
|
|
11555
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
12611
11556
|
}
|
|
12612
11557
|
},
|
|
12613
11558
|
"ShopifyStorefront_StoreAvailabilityEdge": {
|
|
@@ -12629,10 +11574,7 @@
|
|
|
12629
11574
|
"description": "The item at the end of StoreAvailabilityEdge."
|
|
12630
11575
|
}
|
|
12631
11576
|
},
|
|
12632
|
-
"required": [
|
|
12633
|
-
"cursor",
|
|
12634
|
-
"node"
|
|
12635
|
-
]
|
|
11577
|
+
"required": ["cursor", "node"]
|
|
12636
11578
|
}
|
|
12637
11579
|
},
|
|
12638
11580
|
"ShopifyStorefront_StringConnection": {
|
|
@@ -12657,10 +11599,7 @@
|
|
|
12657
11599
|
"description": "Information to aid in pagination."
|
|
12658
11600
|
}
|
|
12659
11601
|
},
|
|
12660
|
-
"required": [
|
|
12661
|
-
"edges",
|
|
12662
|
-
"pageInfo"
|
|
12663
|
-
]
|
|
11602
|
+
"required": ["edges", "pageInfo"]
|
|
12664
11603
|
}
|
|
12665
11604
|
},
|
|
12666
11605
|
"ShopifyStorefront_StringEdge": {
|
|
@@ -12682,10 +11621,7 @@
|
|
|
12682
11621
|
"description": "The item at the end of StringEdge."
|
|
12683
11622
|
}
|
|
12684
11623
|
},
|
|
12685
|
-
"required": [
|
|
12686
|
-
"cursor",
|
|
12687
|
-
"node"
|
|
12688
|
-
]
|
|
11624
|
+
"required": ["cursor", "node"]
|
|
12689
11625
|
}
|
|
12690
11626
|
},
|
|
12691
11627
|
"ShopifyStorefront_SubmissionError": {
|
|
@@ -12707,9 +11643,7 @@
|
|
|
12707
11643
|
"description": "The error message."
|
|
12708
11644
|
}
|
|
12709
11645
|
},
|
|
12710
|
-
"required": [
|
|
12711
|
-
"code"
|
|
12712
|
-
]
|
|
11646
|
+
"required": ["code"]
|
|
12713
11647
|
}
|
|
12714
11648
|
},
|
|
12715
11649
|
"ShopifyStorefront_SubmissionErrorCode": {
|
|
@@ -12829,9 +11763,7 @@
|
|
|
12829
11763
|
"description": "The ID of the cart completion attempt that will be used for polling for the result."
|
|
12830
11764
|
}
|
|
12831
11765
|
},
|
|
12832
|
-
"required": [
|
|
12833
|
-
"attemptId"
|
|
12834
|
-
]
|
|
11766
|
+
"required": ["attemptId"]
|
|
12835
11767
|
}
|
|
12836
11768
|
},
|
|
12837
11769
|
"ShopifyStorefront_SubmitFailed": {
|
|
@@ -12856,9 +11788,7 @@
|
|
|
12856
11788
|
"description": "The list of errors that occurred from executing the mutation."
|
|
12857
11789
|
}
|
|
12858
11790
|
},
|
|
12859
|
-
"required": [
|
|
12860
|
-
"errors"
|
|
12861
|
-
]
|
|
11791
|
+
"required": ["errors"]
|
|
12862
11792
|
}
|
|
12863
11793
|
},
|
|
12864
11794
|
"ShopifyStorefront_SubmitSuccess": {
|
|
@@ -12875,9 +11805,7 @@
|
|
|
12875
11805
|
"description": "The ID of the cart completion attempt that will be used for polling for the result."
|
|
12876
11806
|
}
|
|
12877
11807
|
},
|
|
12878
|
-
"required": [
|
|
12879
|
-
"attemptId"
|
|
12880
|
-
]
|
|
11808
|
+
"required": ["attemptId"]
|
|
12881
11809
|
}
|
|
12882
11810
|
},
|
|
12883
11811
|
"ShopifyStorefront_SubmitThrottled": {
|
|
@@ -12894,9 +11822,7 @@
|
|
|
12894
11822
|
"@mapping": "shopify-storefront:SubmitThrottled.pollAfter"
|
|
12895
11823
|
}
|
|
12896
11824
|
},
|
|
12897
|
-
"required": [
|
|
12898
|
-
"pollAfter"
|
|
12899
|
-
]
|
|
11825
|
+
"required": ["pollAfter"]
|
|
12900
11826
|
}
|
|
12901
11827
|
},
|
|
12902
11828
|
"ShopifyStorefront_TokenizedPaymentInputV3": {
|
|
@@ -12944,13 +11870,7 @@
|
|
|
12944
11870
|
"description": "The type of payment token."
|
|
12945
11871
|
}
|
|
12946
11872
|
},
|
|
12947
|
-
"required": [
|
|
12948
|
-
"paymentAmount",
|
|
12949
|
-
"idempotencyKey",
|
|
12950
|
-
"billingAddress",
|
|
12951
|
-
"paymentData",
|
|
12952
|
-
"type"
|
|
12953
|
-
]
|
|
11873
|
+
"required": ["paymentAmount", "idempotencyKey", "billingAddress", "paymentData", "type"]
|
|
12954
11874
|
}
|
|
12955
11875
|
},
|
|
12956
11876
|
"ShopifyStorefront_Transaction": {
|
|
@@ -12994,13 +11914,7 @@
|
|
|
12994
11914
|
"description": "Whether the transaction was done in test mode or not."
|
|
12995
11915
|
}
|
|
12996
11916
|
},
|
|
12997
|
-
"required": [
|
|
12998
|
-
"amount",
|
|
12999
|
-
"amountV2",
|
|
13000
|
-
"kind",
|
|
13001
|
-
"status",
|
|
13002
|
-
"test"
|
|
13003
|
-
]
|
|
11917
|
+
"required": ["amount", "amountV2", "kind", "status", "test"]
|
|
13004
11918
|
}
|
|
13005
11919
|
},
|
|
13006
11920
|
"ShopifyStorefront_TransactionKind": {
|
|
@@ -13009,13 +11923,7 @@
|
|
|
13009
11923
|
"id": "ShopifyStorefront_TransactionKind",
|
|
13010
11924
|
"description": "The different kinds of order transactions.",
|
|
13011
11925
|
"schema": {
|
|
13012
|
-
"enum": [
|
|
13013
|
-
"SALE",
|
|
13014
|
-
"CAPTURE",
|
|
13015
|
-
"AUTHORIZATION",
|
|
13016
|
-
"EMV_AUTHORIZATION",
|
|
13017
|
-
"CHANGE"
|
|
13018
|
-
]
|
|
11926
|
+
"enum": ["SALE", "CAPTURE", "AUTHORIZATION", "EMV_AUTHORIZATION", "CHANGE"]
|
|
13019
11927
|
}
|
|
13020
11928
|
},
|
|
13021
11929
|
"ShopifyStorefront_TransactionStatus": {
|
|
@@ -13024,12 +11932,7 @@
|
|
|
13024
11932
|
"id": "ShopifyStorefront_TransactionStatus",
|
|
13025
11933
|
"description": "Transaction statuses describe the status of a transaction.",
|
|
13026
11934
|
"schema": {
|
|
13027
|
-
"enum": [
|
|
13028
|
-
"PENDING",
|
|
13029
|
-
"SUCCESS",
|
|
13030
|
-
"FAILURE",
|
|
13031
|
-
"ERROR"
|
|
13032
|
-
]
|
|
11935
|
+
"enum": ["PENDING", "SUCCESS", "FAILURE", "ERROR"]
|
|
13033
11936
|
}
|
|
13034
11937
|
},
|
|
13035
11938
|
"ShopifyStorefront_UnitPriceMeasurement": {
|
|
@@ -13066,10 +11969,7 @@
|
|
|
13066
11969
|
"description": "The reference value for the unit price measurement."
|
|
13067
11970
|
}
|
|
13068
11971
|
},
|
|
13069
|
-
"required": [
|
|
13070
|
-
"quantityValue",
|
|
13071
|
-
"referenceValue"
|
|
13072
|
-
]
|
|
11972
|
+
"required": ["quantityValue", "referenceValue"]
|
|
13073
11973
|
}
|
|
13074
11974
|
},
|
|
13075
11975
|
"ShopifyStorefront_UnitPriceMeasurementMeasuredType": {
|
|
@@ -13078,12 +11978,7 @@
|
|
|
13078
11978
|
"id": "ShopifyStorefront_UnitPriceMeasurementMeasuredType",
|
|
13079
11979
|
"description": "The accepted types of unit of measurement.",
|
|
13080
11980
|
"schema": {
|
|
13081
|
-
"enum": [
|
|
13082
|
-
"VOLUME",
|
|
13083
|
-
"WEIGHT",
|
|
13084
|
-
"LENGTH",
|
|
13085
|
-
"AREA"
|
|
13086
|
-
]
|
|
11981
|
+
"enum": ["VOLUME", "WEIGHT", "LENGTH", "AREA"]
|
|
13087
11982
|
}
|
|
13088
11983
|
},
|
|
13089
11984
|
"ShopifyStorefront_UnitPriceMeasurementMeasuredUnit": {
|
|
@@ -13092,19 +11987,7 @@
|
|
|
13092
11987
|
"id": "ShopifyStorefront_UnitPriceMeasurementMeasuredUnit",
|
|
13093
11988
|
"description": "The valid units of measurement for a unit price measurement.",
|
|
13094
11989
|
"schema": {
|
|
13095
|
-
"enum": [
|
|
13096
|
-
"ML",
|
|
13097
|
-
"CL",
|
|
13098
|
-
"L",
|
|
13099
|
-
"M3",
|
|
13100
|
-
"MG",
|
|
13101
|
-
"G",
|
|
13102
|
-
"KG",
|
|
13103
|
-
"MM",
|
|
13104
|
-
"CM",
|
|
13105
|
-
"M",
|
|
13106
|
-
"M2"
|
|
13107
|
-
]
|
|
11990
|
+
"enum": ["ML", "CL", "L", "M3", "MG", "G", "KG", "MM", "CM", "M", "M2"]
|
|
13108
11991
|
}
|
|
13109
11992
|
},
|
|
13110
11993
|
"ShopifyStorefront_UnitSystem": {
|
|
@@ -13113,10 +11996,7 @@
|
|
|
13113
11996
|
"id": "ShopifyStorefront_UnitSystem",
|
|
13114
11997
|
"description": "Systems of weights and measures.",
|
|
13115
11998
|
"schema": {
|
|
13116
|
-
"enum": [
|
|
13117
|
-
"IMPERIAL_SYSTEM",
|
|
13118
|
-
"METRIC_SYSTEM"
|
|
13119
|
-
]
|
|
11999
|
+
"enum": ["IMPERIAL_SYSTEM", "METRIC_SYSTEM"]
|
|
13120
12000
|
}
|
|
13121
12001
|
},
|
|
13122
12002
|
"ShopifyStorefront_UrlRedirect": {
|
|
@@ -13144,15 +12024,9 @@
|
|
|
13144
12024
|
"description": "The target location where the user will be redirected to."
|
|
13145
12025
|
}
|
|
13146
12026
|
},
|
|
13147
|
-
"required": [
|
|
13148
|
-
"id",
|
|
13149
|
-
"path",
|
|
13150
|
-
"target"
|
|
13151
|
-
]
|
|
12027
|
+
"required": ["id", "path", "target"]
|
|
13152
12028
|
},
|
|
13153
|
-
"interfaces": [
|
|
13154
|
-
"ShopifyStorefront_Node"
|
|
13155
|
-
]
|
|
12029
|
+
"interfaces": ["ShopifyStorefront_Node"]
|
|
13156
12030
|
},
|
|
13157
12031
|
"ShopifyStorefront_UrlRedirectConnection": {
|
|
13158
12032
|
"name": "ShopifyStorefront_UrlRedirectConnection",
|
|
@@ -13184,11 +12058,7 @@
|
|
|
13184
12058
|
"description": "Information to aid in pagination."
|
|
13185
12059
|
}
|
|
13186
12060
|
},
|
|
13187
|
-
"required": [
|
|
13188
|
-
"edges",
|
|
13189
|
-
"nodes",
|
|
13190
|
-
"pageInfo"
|
|
13191
|
-
]
|
|
12061
|
+
"required": ["edges", "nodes", "pageInfo"]
|
|
13192
12062
|
}
|
|
13193
12063
|
},
|
|
13194
12064
|
"ShopifyStorefront_UrlRedirectEdge": {
|
|
@@ -13210,10 +12080,7 @@
|
|
|
13210
12080
|
"description": "The item at the end of UrlRedirectEdge."
|
|
13211
12081
|
}
|
|
13212
12082
|
},
|
|
13213
|
-
"required": [
|
|
13214
|
-
"cursor",
|
|
13215
|
-
"node"
|
|
13216
|
-
]
|
|
12083
|
+
"required": ["cursor", "node"]
|
|
13217
12084
|
}
|
|
13218
12085
|
},
|
|
13219
12086
|
"ShopifyStorefront_UserError": {
|
|
@@ -13238,13 +12105,9 @@
|
|
|
13238
12105
|
"description": "The error message."
|
|
13239
12106
|
}
|
|
13240
12107
|
},
|
|
13241
|
-
"required": [
|
|
13242
|
-
"message"
|
|
13243
|
-
]
|
|
12108
|
+
"required": ["message"]
|
|
13244
12109
|
},
|
|
13245
|
-
"interfaces": [
|
|
13246
|
-
"ShopifyStorefront_DisplayableError"
|
|
13247
|
-
]
|
|
12110
|
+
"interfaces": ["ShopifyStorefront_DisplayableError"]
|
|
13248
12111
|
},
|
|
13249
12112
|
"ShopifyStorefront_VariantOptionFilter": {
|
|
13250
12113
|
"name": "ShopifyStorefront_VariantOptionFilter",
|
|
@@ -13265,10 +12128,7 @@
|
|
|
13265
12128
|
"description": "The value of the variant option to filter on."
|
|
13266
12129
|
}
|
|
13267
12130
|
},
|
|
13268
|
-
"required": [
|
|
13269
|
-
"name",
|
|
13270
|
-
"value"
|
|
13271
|
-
]
|
|
12131
|
+
"required": ["name", "value"]
|
|
13272
12132
|
}
|
|
13273
12133
|
},
|
|
13274
12134
|
"ShopifyStorefront_Video": {
|
|
@@ -13314,16 +12174,9 @@
|
|
|
13314
12174
|
"description": "The sources for a video."
|
|
13315
12175
|
}
|
|
13316
12176
|
},
|
|
13317
|
-
"required": [
|
|
13318
|
-
"id",
|
|
13319
|
-
"mediaContentType",
|
|
13320
|
-
"sources"
|
|
13321
|
-
]
|
|
12177
|
+
"required": ["id", "mediaContentType", "sources"]
|
|
13322
12178
|
},
|
|
13323
|
-
"interfaces": [
|
|
13324
|
-
"ShopifyStorefront_Media",
|
|
13325
|
-
"ShopifyStorefront_Node"
|
|
13326
|
-
]
|
|
12179
|
+
"interfaces": ["ShopifyStorefront_Media", "ShopifyStorefront_Node"]
|
|
13327
12180
|
},
|
|
13328
12181
|
"ShopifyStorefront_VideoSource": {
|
|
13329
12182
|
"name": "ShopifyStorefront_VideoSource",
|
|
@@ -13359,13 +12212,7 @@
|
|
|
13359
12212
|
"description": "The width of the video."
|
|
13360
12213
|
}
|
|
13361
12214
|
},
|
|
13362
|
-
"required": [
|
|
13363
|
-
"format",
|
|
13364
|
-
"height",
|
|
13365
|
-
"mimeType",
|
|
13366
|
-
"url",
|
|
13367
|
-
"width"
|
|
13368
|
-
]
|
|
12215
|
+
"required": ["format", "height", "mimeType", "url", "width"]
|
|
13369
12216
|
}
|
|
13370
12217
|
},
|
|
13371
12218
|
"ShopifyStorefront_WeightUnit": {
|
|
@@ -13374,12 +12221,7 @@
|
|
|
13374
12221
|
"id": "ShopifyStorefront_WeightUnit",
|
|
13375
12222
|
"description": "Units of measurement for weight.",
|
|
13376
12223
|
"schema": {
|
|
13377
|
-
"enum": [
|
|
13378
|
-
"KILOGRAMS",
|
|
13379
|
-
"GRAMS",
|
|
13380
|
-
"POUNDS",
|
|
13381
|
-
"OUNCES"
|
|
13382
|
-
]
|
|
12224
|
+
"enum": ["KILOGRAMS", "GRAMS", "POUNDS", "OUNCES"]
|
|
13383
12225
|
}
|
|
13384
12226
|
}
|
|
13385
12227
|
},
|
|
@@ -13407,9 +12249,7 @@
|
|
|
13407
12249
|
"description": "The ID of the `Article`."
|
|
13408
12250
|
}
|
|
13409
12251
|
},
|
|
13410
|
-
"required": [
|
|
13411
|
-
"id"
|
|
13412
|
-
]
|
|
12252
|
+
"required": ["id"]
|
|
13413
12253
|
},
|
|
13414
12254
|
"shape": "ShopifyStorefront_Article"
|
|
13415
12255
|
},
|
|
@@ -13516,9 +12356,7 @@
|
|
|
13516
12356
|
"description": "The handle of the blog."
|
|
13517
12357
|
}
|
|
13518
12358
|
},
|
|
13519
|
-
"required": [
|
|
13520
|
-
"handle"
|
|
13521
|
-
]
|
|
12359
|
+
"required": ["handle"]
|
|
13522
12360
|
},
|
|
13523
12361
|
"shape": "ShopifyStorefront_Blog"
|
|
13524
12362
|
},
|
|
@@ -13596,9 +12434,7 @@
|
|
|
13596
12434
|
"description": "The ID of the cart."
|
|
13597
12435
|
}
|
|
13598
12436
|
},
|
|
13599
|
-
"required": [
|
|
13600
|
-
"id"
|
|
13601
|
-
]
|
|
12437
|
+
"required": ["id"]
|
|
13602
12438
|
},
|
|
13603
12439
|
"shape": "ShopifyStorefront_Cart"
|
|
13604
12440
|
},
|
|
@@ -13624,9 +12460,7 @@
|
|
|
13624
12460
|
"description": "The ID of the attempt."
|
|
13625
12461
|
}
|
|
13626
12462
|
},
|
|
13627
|
-
"required": [
|
|
13628
|
-
"attemptId"
|
|
13629
|
-
]
|
|
12463
|
+
"required": ["attemptId"]
|
|
13630
12464
|
},
|
|
13631
12465
|
"shape": "ShopifyStorefront_CartCompletionAttemptResult"
|
|
13632
12466
|
},
|
|
@@ -13682,9 +12516,7 @@
|
|
|
13682
12516
|
"description": "The handle of the collection."
|
|
13683
12517
|
}
|
|
13684
12518
|
},
|
|
13685
|
-
"required": [
|
|
13686
|
-
"handle"
|
|
13687
|
-
]
|
|
12519
|
+
"required": ["handle"]
|
|
13688
12520
|
},
|
|
13689
12521
|
"shape": "ShopifyStorefront_Collection"
|
|
13690
12522
|
},
|
|
@@ -13761,9 +12593,7 @@
|
|
|
13761
12593
|
"description": "The customer access token."
|
|
13762
12594
|
}
|
|
13763
12595
|
},
|
|
13764
|
-
"required": [
|
|
13765
|
-
"customerAccessToken"
|
|
13766
|
-
]
|
|
12596
|
+
"required": ["customerAccessToken"]
|
|
13767
12597
|
},
|
|
13768
12598
|
"shape": "ShopifyStorefront_Customer"
|
|
13769
12599
|
},
|
|
@@ -13856,9 +12686,7 @@
|
|
|
13856
12686
|
"description": "The navigation menu's handle."
|
|
13857
12687
|
}
|
|
13858
12688
|
},
|
|
13859
|
-
"required": [
|
|
13860
|
-
"handle"
|
|
13861
|
-
]
|
|
12689
|
+
"required": ["handle"]
|
|
13862
12690
|
},
|
|
13863
12691
|
"shape": "ShopifyStorefront_Menu"
|
|
13864
12692
|
},
|
|
@@ -13939,9 +12767,7 @@
|
|
|
13939
12767
|
"default": false
|
|
13940
12768
|
}
|
|
13941
12769
|
},
|
|
13942
|
-
"required": [
|
|
13943
|
-
"type"
|
|
13944
|
-
]
|
|
12770
|
+
"required": ["type"]
|
|
13945
12771
|
},
|
|
13946
12772
|
"shape": "ShopifyStorefront_MetaobjectConnection"
|
|
13947
12773
|
},
|
|
@@ -13968,9 +12794,7 @@
|
|
|
13968
12794
|
"description": "The ID of the Node to return."
|
|
13969
12795
|
}
|
|
13970
12796
|
},
|
|
13971
|
-
"required": [
|
|
13972
|
-
"id"
|
|
13973
|
-
]
|
|
12797
|
+
"required": ["id"]
|
|
13974
12798
|
},
|
|
13975
12799
|
"shape": "ShopifyStorefront_Node"
|
|
13976
12800
|
},
|
|
@@ -14000,9 +12824,7 @@
|
|
|
14000
12824
|
"description": "The IDs of the Nodes to return.\n\nThe input must not contain more than `250` values."
|
|
14001
12825
|
}
|
|
14002
12826
|
},
|
|
14003
|
-
"required": [
|
|
14004
|
-
"ids"
|
|
14005
|
-
]
|
|
12827
|
+
"required": ["ids"]
|
|
14006
12828
|
},
|
|
14007
12829
|
"shape": {
|
|
14008
12830
|
"type": "array",
|
|
@@ -14063,9 +12885,7 @@
|
|
|
14063
12885
|
"description": "The handle of the page."
|
|
14064
12886
|
}
|
|
14065
12887
|
},
|
|
14066
|
-
"required": [
|
|
14067
|
-
"handle"
|
|
14068
|
-
]
|
|
12888
|
+
"required": ["handle"]
|
|
14069
12889
|
},
|
|
14070
12890
|
"shape": "ShopifyStorefront_Page"
|
|
14071
12891
|
},
|
|
@@ -14172,9 +12992,7 @@
|
|
|
14172
12992
|
"description": "A unique string that identifies the product. Handles are automatically\ngenerated based on the product's title, and are always lowercase. Whitespace\nand special characters are replaced with a hyphen: `-`. If there are\nmultiple consecutive whitespace or special characters, then they're replaced\nwith a single hyphen. Whitespace or special characters at the beginning are\nremoved. If a duplicate product title is used, then the handle is\nauto-incremented by one. For example, if you had two products called\n`Potion`, then their handles would be `potion` and `potion-1`. After a\nproduct has been created, changing the product title doesn't update the handle."
|
|
14173
12993
|
}
|
|
14174
12994
|
},
|
|
14175
|
-
"required": [
|
|
14176
|
-
"handle"
|
|
14177
|
-
]
|
|
12995
|
+
"required": ["handle"]
|
|
14178
12996
|
},
|
|
14179
12997
|
"shape": "ShopifyStorefront_Product"
|
|
14180
12998
|
},
|
|
@@ -14206,9 +13024,7 @@
|
|
|
14206
13024
|
"default": "RELATED"
|
|
14207
13025
|
}
|
|
14208
13026
|
},
|
|
14209
|
-
"required": [
|
|
14210
|
-
"productId"
|
|
14211
|
-
]
|
|
13027
|
+
"required": ["productId"]
|
|
14212
13028
|
},
|
|
14213
13029
|
"shape": {
|
|
14214
13030
|
"type": "array",
|
|
@@ -14239,9 +13055,7 @@
|
|
|
14239
13055
|
"description": "Returns up to the first `n` elements from the list."
|
|
14240
13056
|
}
|
|
14241
13057
|
},
|
|
14242
|
-
"required": [
|
|
14243
|
-
"first"
|
|
14244
|
-
]
|
|
13058
|
+
"required": ["first"]
|
|
14245
13059
|
},
|
|
14246
13060
|
"shape": "ShopifyStorefront_StringConnection"
|
|
14247
13061
|
},
|
|
@@ -14267,9 +13081,7 @@
|
|
|
14267
13081
|
"description": "Returns up to the first `n` elements from the list."
|
|
14268
13082
|
}
|
|
14269
13083
|
},
|
|
14270
|
-
"required": [
|
|
14271
|
-
"first"
|
|
14272
|
-
]
|
|
13084
|
+
"required": ["first"]
|
|
14273
13085
|
},
|
|
14274
13086
|
"shape": "ShopifyStorefront_StringConnection"
|
|
14275
13087
|
},
|
|
@@ -14439,10 +13251,7 @@
|
|
|
14439
13251
|
"description": "The ID of the cart."
|
|
14440
13252
|
}
|
|
14441
13253
|
},
|
|
14442
|
-
"required": [
|
|
14443
|
-
"attributes",
|
|
14444
|
-
"cartId"
|
|
14445
|
-
]
|
|
13254
|
+
"required": ["attributes", "cartId"]
|
|
14446
13255
|
},
|
|
14447
13256
|
"shape": "ShopifyStorefront_CartAttributesUpdatePayload"
|
|
14448
13257
|
},
|
|
@@ -14473,10 +13282,7 @@
|
|
|
14473
13282
|
"description": "The customer associated with the cart. Used to determine\n[international pricing](https://shopify.dev/custom-storefronts/internationalization/international-pricing).\nBuyer identity should match the customer's shipping address."
|
|
14474
13283
|
}
|
|
14475
13284
|
},
|
|
14476
|
-
"required": [
|
|
14477
|
-
"cartId",
|
|
14478
|
-
"buyerIdentity"
|
|
14479
|
-
]
|
|
13285
|
+
"required": ["cartId", "buyerIdentity"]
|
|
14480
13286
|
},
|
|
14481
13287
|
"shape": "ShopifyStorefront_CartBuyerIdentityUpdatePayload"
|
|
14482
13288
|
},
|
|
@@ -14535,9 +13341,7 @@
|
|
|
14535
13341
|
"description": "The case-insensitive discount codes that the customer added at checkout.\n\nThe input must not contain more than `250` values."
|
|
14536
13342
|
}
|
|
14537
13343
|
},
|
|
14538
|
-
"required": [
|
|
14539
|
-
"cartId"
|
|
14540
|
-
]
|
|
13344
|
+
"required": ["cartId"]
|
|
14541
13345
|
},
|
|
14542
13346
|
"shape": "ShopifyStorefront_CartDiscountCodesUpdatePayload"
|
|
14543
13347
|
},
|
|
@@ -14571,10 +13375,7 @@
|
|
|
14571
13375
|
"description": "The ID of the cart."
|
|
14572
13376
|
}
|
|
14573
13377
|
},
|
|
14574
|
-
"required": [
|
|
14575
|
-
"lines",
|
|
14576
|
-
"cartId"
|
|
14577
|
-
]
|
|
13378
|
+
"required": ["lines", "cartId"]
|
|
14578
13379
|
},
|
|
14579
13380
|
"shape": "ShopifyStorefront_CartLinesAddPayload"
|
|
14580
13381
|
},
|
|
@@ -14609,10 +13410,7 @@
|
|
|
14609
13410
|
"description": "The merchandise line IDs to remove.\n\nThe input must not contain more than `250` values."
|
|
14610
13411
|
}
|
|
14611
13412
|
},
|
|
14612
|
-
"required": [
|
|
14613
|
-
"cartId",
|
|
14614
|
-
"lineIds"
|
|
14615
|
-
]
|
|
13413
|
+
"required": ["cartId", "lineIds"]
|
|
14616
13414
|
},
|
|
14617
13415
|
"shape": "ShopifyStorefront_CartLinesRemovePayload"
|
|
14618
13416
|
},
|
|
@@ -14646,10 +13444,7 @@
|
|
|
14646
13444
|
"description": "The merchandise lines to update.\n\nThe input must not contain more than `250` values."
|
|
14647
13445
|
}
|
|
14648
13446
|
},
|
|
14649
|
-
"required": [
|
|
14650
|
-
"cartId",
|
|
14651
|
-
"lines"
|
|
14652
|
-
]
|
|
13447
|
+
"required": ["cartId", "lines"]
|
|
14653
13448
|
},
|
|
14654
13449
|
"shape": "ShopifyStorefront_CartLinesUpdatePayload"
|
|
14655
13450
|
},
|
|
@@ -14675,9 +13470,7 @@
|
|
|
14675
13470
|
"description": "The input fields used to delete a cart metafield."
|
|
14676
13471
|
}
|
|
14677
13472
|
},
|
|
14678
|
-
"required": [
|
|
14679
|
-
"input"
|
|
14680
|
-
]
|
|
13473
|
+
"required": ["input"]
|
|
14681
13474
|
},
|
|
14682
13475
|
"shape": "ShopifyStorefront_CartMetafieldDeletePayload"
|
|
14683
13476
|
},
|
|
@@ -14706,9 +13499,7 @@
|
|
|
14706
13499
|
"description": "The list of Cart metafield values to set. Maximum of 25.\n\nThe input must not contain more than `250` values."
|
|
14707
13500
|
}
|
|
14708
13501
|
},
|
|
14709
|
-
"required": [
|
|
14710
|
-
"metafields"
|
|
14711
|
-
]
|
|
13502
|
+
"required": ["metafields"]
|
|
14712
13503
|
},
|
|
14713
13504
|
"shape": "ShopifyStorefront_CartMetafieldsSetPayload"
|
|
14714
13505
|
},
|
|
@@ -14739,9 +13530,7 @@
|
|
|
14739
13530
|
"description": "The note on the cart."
|
|
14740
13531
|
}
|
|
14741
13532
|
},
|
|
14742
|
-
"required": [
|
|
14743
|
-
"cartId"
|
|
14744
|
-
]
|
|
13533
|
+
"required": ["cartId"]
|
|
14745
13534
|
},
|
|
14746
13535
|
"shape": "ShopifyStorefront_CartNoteUpdatePayload"
|
|
14747
13536
|
},
|
|
@@ -14772,10 +13561,7 @@
|
|
|
14772
13561
|
"description": "The payment information for the cart that will be used at checkout."
|
|
14773
13562
|
}
|
|
14774
13563
|
},
|
|
14775
|
-
"required": [
|
|
14776
|
-
"cartId",
|
|
14777
|
-
"payment"
|
|
14778
|
-
]
|
|
13564
|
+
"required": ["cartId", "payment"]
|
|
14779
13565
|
},
|
|
14780
13566
|
"shape": "ShopifyStorefront_CartPaymentUpdatePayload"
|
|
14781
13567
|
},
|
|
@@ -14809,10 +13595,7 @@
|
|
|
14809
13595
|
"description": "The selected delivery options.\n\nThe input must not contain more than `250` values."
|
|
14810
13596
|
}
|
|
14811
13597
|
},
|
|
14812
|
-
"required": [
|
|
14813
|
-
"cartId",
|
|
14814
|
-
"selectedDeliveryOptions"
|
|
14815
|
-
]
|
|
13598
|
+
"required": ["cartId", "selectedDeliveryOptions"]
|
|
14816
13599
|
},
|
|
14817
13600
|
"shape": "ShopifyStorefront_CartSelectedDeliveryOptionsUpdatePayload"
|
|
14818
13601
|
},
|
|
@@ -14843,10 +13626,7 @@
|
|
|
14843
13626
|
"description": "The attemptToken is used to guarantee an idempotent result.\nIf more than one call uses the same attemptToken within a short period of time, only one will be accepted."
|
|
14844
13627
|
}
|
|
14845
13628
|
},
|
|
14846
|
-
"required": [
|
|
14847
|
-
"cartId",
|
|
14848
|
-
"attemptToken"
|
|
14849
|
-
]
|
|
13629
|
+
"required": ["cartId", "attemptToken"]
|
|
14850
13630
|
},
|
|
14851
13631
|
"shape": "ShopifyStorefront_CartSubmitForCompletionPayload"
|
|
14852
13632
|
},
|
|
@@ -14877,10 +13657,7 @@
|
|
|
14877
13657
|
"description": "The checkout attributes to update."
|
|
14878
13658
|
}
|
|
14879
13659
|
},
|
|
14880
|
-
"required": [
|
|
14881
|
-
"checkoutId",
|
|
14882
|
-
"input"
|
|
14883
|
-
]
|
|
13660
|
+
"required": ["checkoutId", "input"]
|
|
14884
13661
|
},
|
|
14885
13662
|
"shape": "ShopifyStorefront_CheckoutAttributesUpdateV2Payload"
|
|
14886
13663
|
},
|
|
@@ -14907,9 +13684,7 @@
|
|
|
14907
13684
|
"description": "The ID of the checkout."
|
|
14908
13685
|
}
|
|
14909
13686
|
},
|
|
14910
|
-
"required": [
|
|
14911
|
-
"checkoutId"
|
|
14912
|
-
]
|
|
13687
|
+
"required": ["checkoutId"]
|
|
14913
13688
|
},
|
|
14914
13689
|
"shape": "ShopifyStorefront_CheckoutCompleteFreePayload"
|
|
14915
13690
|
},
|
|
@@ -14940,10 +13715,7 @@
|
|
|
14940
13715
|
"description": "The credit card info to apply as a payment."
|
|
14941
13716
|
}
|
|
14942
13717
|
},
|
|
14943
|
-
"required": [
|
|
14944
|
-
"checkoutId",
|
|
14945
|
-
"payment"
|
|
14946
|
-
]
|
|
13718
|
+
"required": ["checkoutId", "payment"]
|
|
14947
13719
|
},
|
|
14948
13720
|
"shape": "ShopifyStorefront_CheckoutCompleteWithCreditCardV2Payload"
|
|
14949
13721
|
},
|
|
@@ -14974,10 +13746,7 @@
|
|
|
14974
13746
|
"description": "The info to apply as a tokenized payment."
|
|
14975
13747
|
}
|
|
14976
13748
|
},
|
|
14977
|
-
"required": [
|
|
14978
|
-
"checkoutId",
|
|
14979
|
-
"payment"
|
|
14980
|
-
]
|
|
13749
|
+
"required": ["checkoutId", "payment"]
|
|
14981
13750
|
},
|
|
14982
13751
|
"shape": "ShopifyStorefront_CheckoutCompleteWithTokenizedPaymentV3Payload"
|
|
14983
13752
|
},
|
|
@@ -15007,9 +13776,7 @@
|
|
|
15007
13776
|
"description": "The checkout queue token. Available only to selected stores."
|
|
15008
13777
|
}
|
|
15009
13778
|
},
|
|
15010
|
-
"required": [
|
|
15011
|
-
"input"
|
|
15012
|
-
]
|
|
13779
|
+
"required": ["input"]
|
|
15013
13780
|
},
|
|
15014
13781
|
"shape": "ShopifyStorefront_CheckoutCreatePayload"
|
|
15015
13782
|
},
|
|
@@ -15040,10 +13807,7 @@
|
|
|
15040
13807
|
"description": "The customer access token of the customer to associate."
|
|
15041
13808
|
}
|
|
15042
13809
|
},
|
|
15043
|
-
"required": [
|
|
15044
|
-
"checkoutId",
|
|
15045
|
-
"customerAccessToken"
|
|
15046
|
-
]
|
|
13810
|
+
"required": ["checkoutId", "customerAccessToken"]
|
|
15047
13811
|
},
|
|
15048
13812
|
"shape": "ShopifyStorefront_CheckoutCustomerAssociateV2Payload"
|
|
15049
13813
|
},
|
|
@@ -15070,9 +13834,7 @@
|
|
|
15070
13834
|
"description": "The ID of the checkout."
|
|
15071
13835
|
}
|
|
15072
13836
|
},
|
|
15073
|
-
"required": [
|
|
15074
|
-
"checkoutId"
|
|
15075
|
-
]
|
|
13837
|
+
"required": ["checkoutId"]
|
|
15076
13838
|
},
|
|
15077
13839
|
"shape": "ShopifyStorefront_CheckoutCustomerDisassociateV2Payload"
|
|
15078
13840
|
},
|
|
@@ -15103,10 +13865,7 @@
|
|
|
15103
13865
|
"description": "The ID of the checkout."
|
|
15104
13866
|
}
|
|
15105
13867
|
},
|
|
15106
|
-
"required": [
|
|
15107
|
-
"discountCode",
|
|
15108
|
-
"checkoutId"
|
|
15109
|
-
]
|
|
13868
|
+
"required": ["discountCode", "checkoutId"]
|
|
15110
13869
|
},
|
|
15111
13870
|
"shape": "ShopifyStorefront_CheckoutDiscountCodeApplyV2Payload"
|
|
15112
13871
|
},
|
|
@@ -15133,9 +13892,7 @@
|
|
|
15133
13892
|
"description": "The ID of the checkout."
|
|
15134
13893
|
}
|
|
15135
13894
|
},
|
|
15136
|
-
"required": [
|
|
15137
|
-
"checkoutId"
|
|
15138
|
-
]
|
|
13895
|
+
"required": ["checkoutId"]
|
|
15139
13896
|
},
|
|
15140
13897
|
"shape": "ShopifyStorefront_CheckoutDiscountCodeRemovePayload"
|
|
15141
13898
|
},
|
|
@@ -15166,10 +13923,7 @@
|
|
|
15166
13923
|
"description": "The email to update the checkout with."
|
|
15167
13924
|
}
|
|
15168
13925
|
},
|
|
15169
|
-
"required": [
|
|
15170
|
-
"checkoutId",
|
|
15171
|
-
"email"
|
|
15172
|
-
]
|
|
13926
|
+
"required": ["checkoutId", "email"]
|
|
15173
13927
|
},
|
|
15174
13928
|
"shape": "ShopifyStorefront_CheckoutEmailUpdateV2Payload"
|
|
15175
13929
|
},
|
|
@@ -15201,10 +13955,7 @@
|
|
|
15201
13955
|
"description": "The ID of the checkout."
|
|
15202
13956
|
}
|
|
15203
13957
|
},
|
|
15204
|
-
"required": [
|
|
15205
|
-
"appliedGiftCardId",
|
|
15206
|
-
"checkoutId"
|
|
15207
|
-
]
|
|
13958
|
+
"required": ["appliedGiftCardId", "checkoutId"]
|
|
15208
13959
|
},
|
|
15209
13960
|
"shape": "ShopifyStorefront_CheckoutGiftCardRemoveV2Payload"
|
|
15210
13961
|
},
|
|
@@ -15238,10 +13989,7 @@
|
|
|
15238
13989
|
"description": "The ID of the checkout."
|
|
15239
13990
|
}
|
|
15240
13991
|
},
|
|
15241
|
-
"required": [
|
|
15242
|
-
"giftCardCodes",
|
|
15243
|
-
"checkoutId"
|
|
15244
|
-
]
|
|
13992
|
+
"required": ["giftCardCodes", "checkoutId"]
|
|
15245
13993
|
},
|
|
15246
13994
|
"shape": "ShopifyStorefront_CheckoutGiftCardsAppendPayload"
|
|
15247
13995
|
},
|
|
@@ -15275,10 +14023,7 @@
|
|
|
15275
14023
|
"description": "The ID of the checkout."
|
|
15276
14024
|
}
|
|
15277
14025
|
},
|
|
15278
|
-
"required": [
|
|
15279
|
-
"lineItems",
|
|
15280
|
-
"checkoutId"
|
|
15281
|
-
]
|
|
14026
|
+
"required": ["lineItems", "checkoutId"]
|
|
15282
14027
|
},
|
|
15283
14028
|
"shape": "ShopifyStorefront_CheckoutLineItemsAddPayload"
|
|
15284
14029
|
},
|
|
@@ -15313,10 +14058,7 @@
|
|
|
15313
14058
|
"description": "Line item ids to remove.\n\nThe input must not contain more than `250` values."
|
|
15314
14059
|
}
|
|
15315
14060
|
},
|
|
15316
|
-
"required": [
|
|
15317
|
-
"checkoutId",
|
|
15318
|
-
"lineItemIds"
|
|
15319
|
-
]
|
|
14061
|
+
"required": ["checkoutId", "lineItemIds"]
|
|
15320
14062
|
},
|
|
15321
14063
|
"shape": "ShopifyStorefront_CheckoutLineItemsRemovePayload"
|
|
15322
14064
|
},
|
|
@@ -15350,10 +14092,7 @@
|
|
|
15350
14092
|
"description": "The ID of the checkout."
|
|
15351
14093
|
}
|
|
15352
14094
|
},
|
|
15353
|
-
"required": [
|
|
15354
|
-
"lineItems",
|
|
15355
|
-
"checkoutId"
|
|
15356
|
-
]
|
|
14095
|
+
"required": ["lineItems", "checkoutId"]
|
|
15357
14096
|
},
|
|
15358
14097
|
"shape": "ShopifyStorefront_CheckoutLineItemsReplacePayload"
|
|
15359
14098
|
},
|
|
@@ -15387,10 +14126,7 @@
|
|
|
15387
14126
|
"description": "Line items to update.\n\nThe input must not contain more than `250` values."
|
|
15388
14127
|
}
|
|
15389
14128
|
},
|
|
15390
|
-
"required": [
|
|
15391
|
-
"checkoutId",
|
|
15392
|
-
"lineItems"
|
|
15393
|
-
]
|
|
14129
|
+
"required": ["checkoutId", "lineItems"]
|
|
15394
14130
|
},
|
|
15395
14131
|
"shape": "ShopifyStorefront_CheckoutLineItemsUpdatePayload"
|
|
15396
14132
|
},
|
|
@@ -15421,10 +14157,7 @@
|
|
|
15421
14157
|
"description": "The ID of the checkout."
|
|
15422
14158
|
}
|
|
15423
14159
|
},
|
|
15424
|
-
"required": [
|
|
15425
|
-
"shippingAddress",
|
|
15426
|
-
"checkoutId"
|
|
15427
|
-
]
|
|
14160
|
+
"required": ["shippingAddress", "checkoutId"]
|
|
15428
14161
|
},
|
|
15429
14162
|
"shape": "ShopifyStorefront_CheckoutShippingAddressUpdateV2Payload"
|
|
15430
14163
|
},
|
|
@@ -15455,10 +14188,7 @@
|
|
|
15455
14188
|
"description": "A unique identifier to a Checkout’s shipping provider, price, and title combination, enabling the customer to select the availableShippingRates."
|
|
15456
14189
|
}
|
|
15457
14190
|
},
|
|
15458
|
-
"required": [
|
|
15459
|
-
"checkoutId",
|
|
15460
|
-
"shippingRateHandle"
|
|
15461
|
-
]
|
|
14191
|
+
"required": ["checkoutId", "shippingRateHandle"]
|
|
15462
14192
|
},
|
|
15463
14193
|
"shape": "ShopifyStorefront_CheckoutShippingLineUpdatePayload"
|
|
15464
14194
|
},
|
|
@@ -15484,9 +14214,7 @@
|
|
|
15484
14214
|
"description": "The fields used to create a customer access token."
|
|
15485
14215
|
}
|
|
15486
14216
|
},
|
|
15487
|
-
"required": [
|
|
15488
|
-
"input"
|
|
15489
|
-
]
|
|
14217
|
+
"required": ["input"]
|
|
15490
14218
|
},
|
|
15491
14219
|
"shape": "ShopifyStorefront_CustomerAccessTokenCreatePayload"
|
|
15492
14220
|
},
|
|
@@ -15512,9 +14240,7 @@
|
|
|
15512
14240
|
"description": "A valid [multipass token](https://shopify.dev/api/multipass) to be authenticated."
|
|
15513
14241
|
}
|
|
15514
14242
|
},
|
|
15515
|
-
"required": [
|
|
15516
|
-
"multipassToken"
|
|
15517
|
-
]
|
|
14243
|
+
"required": ["multipassToken"]
|
|
15518
14244
|
},
|
|
15519
14245
|
"shape": "ShopifyStorefront_CustomerAccessTokenCreateWithMultipassPayload"
|
|
15520
14246
|
},
|
|
@@ -15540,9 +14266,7 @@
|
|
|
15540
14266
|
"description": "The access token used to identify the customer."
|
|
15541
14267
|
}
|
|
15542
14268
|
},
|
|
15543
|
-
"required": [
|
|
15544
|
-
"customerAccessToken"
|
|
15545
|
-
]
|
|
14269
|
+
"required": ["customerAccessToken"]
|
|
15546
14270
|
},
|
|
15547
14271
|
"shape": "ShopifyStorefront_CustomerAccessTokenDeletePayload"
|
|
15548
14272
|
},
|
|
@@ -15568,9 +14292,7 @@
|
|
|
15568
14292
|
"description": "The access token used to identify the customer."
|
|
15569
14293
|
}
|
|
15570
14294
|
},
|
|
15571
|
-
"required": [
|
|
15572
|
-
"customerAccessToken"
|
|
15573
|
-
]
|
|
14295
|
+
"required": ["customerAccessToken"]
|
|
15574
14296
|
},
|
|
15575
14297
|
"shape": "ShopifyStorefront_CustomerAccessTokenRenewPayload"
|
|
15576
14298
|
},
|
|
@@ -15601,10 +14323,7 @@
|
|
|
15601
14323
|
"description": "The fields used to activate a customer."
|
|
15602
14324
|
}
|
|
15603
14325
|
},
|
|
15604
|
-
"required": [
|
|
15605
|
-
"id",
|
|
15606
|
-
"input"
|
|
15607
|
-
]
|
|
14326
|
+
"required": ["id", "input"]
|
|
15608
14327
|
},
|
|
15609
14328
|
"shape": "ShopifyStorefront_CustomerActivatePayload"
|
|
15610
14329
|
},
|
|
@@ -15634,10 +14353,7 @@
|
|
|
15634
14353
|
"description": "A new password set during activation."
|
|
15635
14354
|
}
|
|
15636
14355
|
},
|
|
15637
|
-
"required": [
|
|
15638
|
-
"activationUrl",
|
|
15639
|
-
"password"
|
|
15640
|
-
]
|
|
14356
|
+
"required": ["activationUrl", "password"]
|
|
15641
14357
|
},
|
|
15642
14358
|
"shape": "ShopifyStorefront_CustomerActivateByUrlPayload"
|
|
15643
14359
|
},
|
|
@@ -15667,10 +14383,7 @@
|
|
|
15667
14383
|
"description": "The customer mailing address to create."
|
|
15668
14384
|
}
|
|
15669
14385
|
},
|
|
15670
|
-
"required": [
|
|
15671
|
-
"customerAccessToken",
|
|
15672
|
-
"address"
|
|
15673
|
-
]
|
|
14386
|
+
"required": ["customerAccessToken", "address"]
|
|
15674
14387
|
},
|
|
15675
14388
|
"shape": "ShopifyStorefront_CustomerAddressCreatePayload"
|
|
15676
14389
|
},
|
|
@@ -15701,10 +14414,7 @@
|
|
|
15701
14414
|
"description": "The access token used to identify the customer."
|
|
15702
14415
|
}
|
|
15703
14416
|
},
|
|
15704
|
-
"required": [
|
|
15705
|
-
"id",
|
|
15706
|
-
"customerAccessToken"
|
|
15707
|
-
]
|
|
14417
|
+
"required": ["id", "customerAccessToken"]
|
|
15708
14418
|
},
|
|
15709
14419
|
"shape": "ShopifyStorefront_CustomerAddressDeletePayload"
|
|
15710
14420
|
},
|
|
@@ -15739,11 +14449,7 @@
|
|
|
15739
14449
|
"description": "The customer’s mailing address."
|
|
15740
14450
|
}
|
|
15741
14451
|
},
|
|
15742
|
-
"required": [
|
|
15743
|
-
"customerAccessToken",
|
|
15744
|
-
"id",
|
|
15745
|
-
"address"
|
|
15746
|
-
]
|
|
14452
|
+
"required": ["customerAccessToken", "id", "address"]
|
|
15747
14453
|
},
|
|
15748
14454
|
"shape": "ShopifyStorefront_CustomerAddressUpdatePayload"
|
|
15749
14455
|
},
|
|
@@ -15769,9 +14475,7 @@
|
|
|
15769
14475
|
"description": "The fields used to create a new customer."
|
|
15770
14476
|
}
|
|
15771
14477
|
},
|
|
15772
|
-
"required": [
|
|
15773
|
-
"input"
|
|
15774
|
-
]
|
|
14478
|
+
"required": ["input"]
|
|
15775
14479
|
},
|
|
15776
14480
|
"shape": "ShopifyStorefront_CustomerCreatePayload"
|
|
15777
14481
|
},
|
|
@@ -15802,10 +14506,7 @@
|
|
|
15802
14506
|
"description": "ID of the address to set as the new default for the customer."
|
|
15803
14507
|
}
|
|
15804
14508
|
},
|
|
15805
|
-
"required": [
|
|
15806
|
-
"customerAccessToken",
|
|
15807
|
-
"addressId"
|
|
15808
|
-
]
|
|
14509
|
+
"required": ["customerAccessToken", "addressId"]
|
|
15809
14510
|
},
|
|
15810
14511
|
"shape": "ShopifyStorefront_CustomerDefaultAddressUpdatePayload"
|
|
15811
14512
|
},
|
|
@@ -15831,9 +14532,7 @@
|
|
|
15831
14532
|
"description": "The email address of the customer to recover."
|
|
15832
14533
|
}
|
|
15833
14534
|
},
|
|
15834
|
-
"required": [
|
|
15835
|
-
"email"
|
|
15836
|
-
]
|
|
14535
|
+
"required": ["email"]
|
|
15837
14536
|
},
|
|
15838
14537
|
"shape": "ShopifyStorefront_CustomerRecoverPayload"
|
|
15839
14538
|
},
|
|
@@ -15864,10 +14563,7 @@
|
|
|
15864
14563
|
"description": "The fields used to reset a customer’s password."
|
|
15865
14564
|
}
|
|
15866
14565
|
},
|
|
15867
|
-
"required": [
|
|
15868
|
-
"id",
|
|
15869
|
-
"input"
|
|
15870
|
-
]
|
|
14566
|
+
"required": ["id", "input"]
|
|
15871
14567
|
},
|
|
15872
14568
|
"shape": "ShopifyStorefront_CustomerResetPayload"
|
|
15873
14569
|
},
|
|
@@ -15897,10 +14593,7 @@
|
|
|
15897
14593
|
"description": "New password that will be set as part of the reset password process."
|
|
15898
14594
|
}
|
|
15899
14595
|
},
|
|
15900
|
-
"required": [
|
|
15901
|
-
"resetUrl",
|
|
15902
|
-
"password"
|
|
15903
|
-
]
|
|
14596
|
+
"required": ["resetUrl", "password"]
|
|
15904
14597
|
},
|
|
15905
14598
|
"shape": "ShopifyStorefront_CustomerResetByUrlPayload"
|
|
15906
14599
|
},
|
|
@@ -15930,10 +14623,7 @@
|
|
|
15930
14623
|
"description": "The customer object input."
|
|
15931
14624
|
}
|
|
15932
14625
|
},
|
|
15933
|
-
"required": [
|
|
15934
|
-
"customerAccessToken",
|
|
15935
|
-
"customer"
|
|
15936
|
-
]
|
|
14626
|
+
"required": ["customerAccessToken", "customer"]
|
|
15937
14627
|
},
|
|
15938
14628
|
"shape": "ShopifyStorefront_CustomerUpdatePayload"
|
|
15939
14629
|
}
|