Skip to content

Commit d7e22d4

Browse files
committed
Refresh schemas
1 parent 8fc7923 commit d7e22d4

File tree

39 files changed

+507
-477
lines changed

39 files changed

+507
-477
lines changed

functions-cart-checkout-validation-js/schema.graphql

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ are displayed to customers.
4747
"""
4848
type BuyerIdentity {
4949
"""
50-
The customer that's interacting with the cart. A customer is a buyer who has an
51-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
50+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
5251
"""
5352
customer: Customer
5453

@@ -60,8 +59,6 @@ type BuyerIdentity {
6059
"""
6160
Whether the customer is authenticated through their
6261
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
63-
If the customer is authenticated, then the `customer` field returns the customer's information.
64-
If the customer isn't authenticated, then the `customer` field returns `null`.
6562
"""
6663
isAuthenticated: Boolean!
6764

@@ -2704,8 +2701,7 @@ type CustomProduct {
27042701
}
27052702

27062703
"""
2707-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2708-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2704+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
27092705
`Customer` returns data including the customer's contact information and order history.
27102706
"""
27112707
type Customer implements HasMetafields {
@@ -2745,8 +2741,7 @@ type Customer implements HasMetafields {
27452741
): Boolean!
27462742

27472743
"""
2748-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2749-
to return `true`.
2744+
Whether the customer is associated with the specified tags.
27502745
"""
27512746
hasTags(
27522747
"""
@@ -3106,9 +3101,9 @@ type HttpResponse {
31063101
headers: [HttpResponseHeader!]! @deprecated(reason: "Use `header` instead.")
31073102

31083103
"""
3109-
The HTTP response body parsed as JSON.
3110-
If the body is valid JSON, it will be parsed and returned as a JSON object.
3111-
If parsing fails, then raw body is returned as a string.
3104+
The HTTP response body parsed as JSON.
3105+
If the body is valid JSON, it will be parsed and returned as a JSON object.
3106+
If parsing fails, then raw body is returned as a string.
31123107
Use this field when you expect the response to be JSON, or when you're dealing
31133108
with mixed response types, meaning both JSON and non-JSON.
31143109
Using this field reduces function instruction consumption and ensures that the data is formatted in logs.
@@ -4679,8 +4674,7 @@ type Product implements HasMetafields {
46794674
): Boolean!
46804675

46814676
"""
4682-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4683-
to return `true`.
4677+
Whether the product is associated with the specified tags.
46844678
"""
46854679
hasTags(
46864680
"""

functions-cart-checkout-validation-rs/schema.graphql

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ are displayed to customers.
4747
"""
4848
type BuyerIdentity {
4949
"""
50-
The customer that's interacting with the cart. A customer is a buyer who has an
51-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
50+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
5251
"""
5352
customer: Customer
5453

@@ -60,8 +59,6 @@ type BuyerIdentity {
6059
"""
6160
Whether the customer is authenticated through their
6261
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
63-
If the customer is authenticated, then the `customer` field returns the customer's information.
64-
If the customer isn't authenticated, then the `customer` field returns `null`.
6562
"""
6663
isAuthenticated: Boolean!
6764

@@ -2704,8 +2701,7 @@ type CustomProduct {
27042701
}
27052702

27062703
"""
2707-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2708-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2704+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
27092705
`Customer` returns data including the customer's contact information and order history.
27102706
"""
27112707
type Customer implements HasMetafields {
@@ -2745,8 +2741,7 @@ type Customer implements HasMetafields {
27452741
): Boolean!
27462742

27472743
"""
2748-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2749-
to return `true`.
2744+
Whether the customer is associated with the specified tags.
27502745
"""
27512746
hasTags(
27522747
"""
@@ -4679,8 +4674,7 @@ type Product implements HasMetafields {
46794674
): Boolean!
46804675

46814676
"""
4682-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4683-
to return `true`.
4677+
Whether the product is associated with the specified tags.
46844678
"""
46854679
hasTags(
46864680
"""

functions-cart-checkout-validation-wasm/schema.graphql

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ are displayed to customers.
4747
"""
4848
type BuyerIdentity {
4949
"""
50-
The customer that's interacting with the cart. A customer is a buyer who has an
51-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
50+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
5251
"""
5352
customer: Customer
5453

@@ -60,8 +59,6 @@ type BuyerIdentity {
6059
"""
6160
Whether the customer is authenticated through their
6261
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
63-
If the customer is authenticated, then the `customer` field returns the customer's information.
64-
If the customer isn't authenticated, then the `customer` field returns `null`.
6562
"""
6663
isAuthenticated: Boolean!
6764

@@ -2704,8 +2701,7 @@ type CustomProduct {
27042701
}
27052702

27062703
"""
2707-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2708-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2704+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
27092705
`Customer` returns data including the customer's contact information and order history.
27102706
"""
27112707
type Customer implements HasMetafields {
@@ -2745,8 +2741,7 @@ type Customer implements HasMetafields {
27452741
): Boolean!
27462742

27472743
"""
2748-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2749-
to return `true`.
2744+
Whether the customer is associated with the specified tags.
27502745
"""
27512746
hasTags(
27522747
"""
@@ -4679,8 +4674,7 @@ type Product implements HasMetafields {
46794674
): Boolean!
46804675

46814676
"""
4682-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4683-
to return `true`.
4677+
Whether the product is associated with the specified tags.
46844678
"""
46854679
hasTags(
46864680
"""

functions-cart-transform-js/schema.graphql

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This file is auto-generated from the current state of the GraphQL API. Instead of editing this file,
2-
# please edit the ruby definition files and run `bin/rails graphql:schema:dump` to regenerate the schema.
3-
#
4-
# If you're just looking to browse, you may find it friendlier to use the graphiql browser which is
5-
# available in services-internal at https://app.shopify.com/services/internal/shops/14168/graphql.
6-
# Check out the "Docs" tab in the top right.
7-
81
schema {
92
query: Input
103
mutation: MutationRoot
@@ -66,8 +59,7 @@ are displayed to customers.
6659
"""
6760
type BuyerIdentity {
6861
"""
69-
The customer that's interacting with the cart. A customer is a buyer who has an
70-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
62+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
7163
"""
7264
customer: Customer
7365

@@ -79,8 +71,6 @@ type BuyerIdentity {
7971
"""
8072
Whether the customer is authenticated through their
8173
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
82-
If the customer is authenticated, then the `customer` field returns the customer's information.
83-
If the customer isn't authenticated, then the `customer` field returns `null`.
8474
"""
8575
isAuthenticated: Boolean!
8676

@@ -2598,8 +2588,7 @@ type CustomProduct {
25982588
}
25992589

26002590
"""
2601-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2602-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2591+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
26032592
`Customer` returns data including the customer's contact information and order history.
26042593
"""
26052594
type Customer implements HasMetafields {
@@ -2639,8 +2628,7 @@ type Customer implements HasMetafields {
26392628
): Boolean!
26402629

26412630
"""
2642-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2643-
to return `true`.
2631+
Whether the customer is associated with the specified tags.
26442632
"""
26452633
hasTags(
26462634
"""
@@ -4364,8 +4352,7 @@ type Product implements HasMetafields {
43644352
): Boolean!
43654353

43664354
"""
4367-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4368-
to return `true`.
4355+
Whether the product is associated with the specified tags.
43694356
"""
43704357
hasTags(
43714358
"""

functions-cart-transform-rs/schema.graphql

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This file is auto-generated from the current state of the GraphQL API. Instead of editing this file,
2-
# please edit the ruby definition files and run `bin/rails graphql:schema:dump` to regenerate the schema.
3-
#
4-
# If you're just looking to browse, you may find it friendlier to use the graphiql browser which is
5-
# available in services-internal at https://app.shopify.com/services/internal/shops/14168/graphql.
6-
# Check out the "Docs" tab in the top right.
7-
81
schema {
92
query: Input
103
mutation: MutationRoot
@@ -66,8 +59,7 @@ are displayed to customers.
6659
"""
6760
type BuyerIdentity {
6861
"""
69-
The customer that's interacting with the cart. A customer is a buyer who has an
70-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
62+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
7163
"""
7264
customer: Customer
7365

@@ -79,8 +71,6 @@ type BuyerIdentity {
7971
"""
8072
Whether the customer is authenticated through their
8173
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
82-
If the customer is authenticated, then the `customer` field returns the customer's information.
83-
If the customer isn't authenticated, then the `customer` field returns `null`.
8474
"""
8575
isAuthenticated: Boolean!
8676

@@ -2598,8 +2588,7 @@ type CustomProduct {
25982588
}
25992589

26002590
"""
2601-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2602-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2591+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
26032592
`Customer` returns data including the customer's contact information and order history.
26042593
"""
26052594
type Customer implements HasMetafields {
@@ -2639,8 +2628,7 @@ type Customer implements HasMetafields {
26392628
): Boolean!
26402629

26412630
"""
2642-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2643-
to return `true`.
2631+
Whether the customer is associated with the specified tags.
26442632
"""
26452633
hasTags(
26462634
"""
@@ -4364,8 +4352,7 @@ type Product implements HasMetafields {
43644352
): Boolean!
43654353

43664354
"""
4367-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4368-
to return `true`.
4355+
Whether the product is associated with the specified tags.
43694356
"""
43704357
hasTags(
43714358
"""

functions-cart-transform-wasm/schema.graphql

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# This file is auto-generated from the current state of the GraphQL API. Instead of editing this file,
2-
# please edit the ruby definition files and run `bin/rails graphql:schema:dump` to regenerate the schema.
3-
#
4-
# If you're just looking to browse, you may find it friendlier to use the graphiql browser which is
5-
# available in services-internal at https://app.shopify.com/services/internal/shops/14168/graphql.
6-
# Check out the "Docs" tab in the top right.
7-
81
schema {
92
query: Input
103
mutation: MutationRoot
@@ -66,8 +59,7 @@ are displayed to customers.
6659
"""
6760
type BuyerIdentity {
6861
"""
69-
The customer that's interacting with the cart. A customer is a buyer who has an
70-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
62+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
7163
"""
7264
customer: Customer
7365

@@ -79,8 +71,6 @@ type BuyerIdentity {
7971
"""
8072
Whether the customer is authenticated through their
8173
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
82-
If the customer is authenticated, then the `customer` field returns the customer's information.
83-
If the customer isn't authenticated, then the `customer` field returns `null`.
8474
"""
8575
isAuthenticated: Boolean!
8676

@@ -2598,8 +2588,7 @@ type CustomProduct {
25982588
}
25992589

26002590
"""
2601-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2602-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2591+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
26032592
`Customer` returns data including the customer's contact information and order history.
26042593
"""
26052594
type Customer implements HasMetafields {
@@ -2639,8 +2628,7 @@ type Customer implements HasMetafields {
26392628
): Boolean!
26402629

26412630
"""
2642-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2643-
to return `true`.
2631+
Whether the customer is associated with the specified tags.
26442632
"""
26452633
hasTags(
26462634
"""
@@ -4364,8 +4352,7 @@ type Product implements HasMetafields {
43644352
): Boolean!
43654353

43664354
"""
4367-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4368-
to return `true`.
4355+
Whether the product is associated with the specified tags.
43694356
"""
43704357
hasTags(
43714358
"""

functions-delivery-customization-js/schema.graphql

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ are displayed to customers.
4242
"""
4343
type BuyerIdentity {
4444
"""
45-
The customer that's interacting with the cart. A customer is a buyer who has an
46-
[account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
45+
The [customer](https://help.shopify.com/manual/customers/manage-customers) that's interacting with the cart.
4746
"""
4847
customer: Customer
4948

@@ -55,8 +54,6 @@ type BuyerIdentity {
5554
"""
5655
Whether the customer is authenticated through their
5756
[customer account](https://help.shopify.com/manual/customers/customer-accounts).
58-
If the customer is authenticated, then the `customer` field returns the customer's information.
59-
If the customer isn't authenticated, then the `customer` field returns `null`.
6057
"""
6158
isAuthenticated: Boolean!
6259

@@ -2661,8 +2658,7 @@ type CustomProduct {
26612658
}
26622659

26632660
"""
2664-
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers)
2665-
who has an [account](https://help.shopify.com/manual/customers/customer-accounts) with the store.
2661+
Represents a [customer](https://help.shopify.com/manual/customers/manage-customers).
26662662
`Customer` returns data including the customer's contact information and order history.
26672663
"""
26682664
type Customer implements HasMetafields {
@@ -2702,8 +2698,7 @@ type Customer implements HasMetafields {
27022698
): Boolean!
27032699

27042700
"""
2705-
Whether the customer is associated with the specified tags. The customer must have all of the tags in the list
2706-
to return `true`.
2701+
Whether the customer is associated with the specified tags.
27072702
"""
27082703
hasTags(
27092704
"""
@@ -4586,8 +4581,7 @@ type Product implements HasMetafields {
45864581
): Boolean!
45874582

45884583
"""
4589-
Whether the product is associated with the specified tags. The product must have all of the tags in the list
4590-
to return `true`.
4584+
Whether the product is associated with the specified tags.
45914585
"""
45924586
hasTags(
45934587
"""

0 commit comments

Comments
 (0)