You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storefront_properties: StorefrontProperties@doc(description: "Contains details about the storefront properties configured for the attribute.")
18
+
storefront_properties: StorefrontProperties@doc(description: "Details about the storefront properties configured for the attribute.")
19
19
}
20
20
21
21
typeStorefrontProperties@doc(description: "Indicates where an attribute can be displayed.") {
@@ -26,7 +26,7 @@ type StorefrontProperties @doc(description: "Indicates where an attribute can be
26
26
use_in_search_results_layered_navigation: Boolean@doc(description: "Indicates whether the attribute can be used in layered navigation on search results pages.")
27
27
}
28
28
29
-
enumUseInLayeredNavigationOptions@doc(description: "Defines whether the attribute filterable in layered navigation.") {
29
+
enumUseInLayeredNavigationOptions@doc(description: "Defines whether the attribute is filterable in layered navigation.") {
Copy file name to clipboardExpand all lines: app/code/Magento/NewsletterGraphQl/etc/schema.graphqls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
# See COPYING.txt for license details.
3
3
4
4
typeMutation {
5
-
subscribeEmailToNewsletter(email: String!@doc(description: "The email address to subscribe.")): SubscribeEmailToNewsletterOutput@doc(description:"Subscribe the specified email to a newsletter") @resolver(class: "Magento\\NewsletterGraphQl\\Model\\Resolver\\SubscribeEmailToNewsletter")
5
+
subscribeEmailToNewsletter(email: String!@doc(description: "The email address to subscribe.")): SubscribeEmailToNewsletterOutput@doc(description:"Subscribe the specified email to the store's newsletter.") @resolver(class: "Magento\\NewsletterGraphQl\\Model\\Resolver\\SubscribeEmailToNewsletter")
6
6
}
7
7
8
8
typeSubscribeEmailToNewsletterOutput@doc(description: "Contains the status of the request.") {
Copy file name to clipboardExpand all lines: app/code/Magento/PaypalGraphQl/etc/schema.graphqls
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,20 @@ type Query {
7
7
}
8
8
9
9
typeMutation {
10
-
createPaypalExpressToken(input: PaypalExpressTokenInput!@doc(description: "An input object that defines the requirements to receive a payment token.")): PaypalExpressTokenOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PaypalExpressToken") @doc(description:"Initiate an Express Checkout transaction and receives a token. Use this mutation for Express Checkout and Payments Standard payment methods.")
11
-
createPayflowProToken(input: PayflowProTokenInput!@doc(description: "An input object that defines the requirements to fetch payment token information.")): CreatePayflowProTokenOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProToken") @doc(description: "Initiate a transaction and receives a token. Use this mutation for Payflow Pro and Payments Pro payment methods")
10
+
createPaypalExpressToken(input: PaypalExpressTokenInput!@doc(description: "An input object that defines the requirements to receive a payment token.")): PaypalExpressTokenOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PaypalExpressToken") @doc(description:"Initiate an Express Checkout transaction and receive a token. Use this mutation for Express Checkout and Payments Standard payment methods.")
11
+
createPayflowProToken(input: PayflowProTokenInput!@doc(description: "An input object that defines the requirements to fetch payment token information.")): CreatePayflowProTokenOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProToken") @doc(description: "Initiate a transaction and receive a token. Use this mutation for Payflow Pro and Payments Pro payment methods")
12
12
handlePayflowProResponse(input: PayflowProResponseInput!@doc(description: "An input object that includes the payload returned by PayPal and the cart ID.")): PayflowProResponseOutput@resolver(class: "\\Magento\\PaypalGraphQl\\Model\\Resolver\\PayflowProResponse") @doc(description: "Handle a payment response and save the payment in Quote. Use this mutation for Payflow Pro and Payments Pro payment methods.")
13
13
}
14
14
15
15
inputPaypalExpressTokenInput@doc(description: "Defines the attributes required to receive a payment token for Express Checkout and Payments Standard payment methods.") {
16
16
cart_id: String!@doc(description:"The unique ID that identifies the customer's cart.")
urls: PaypalExpressUrlsInput!@doc(description:"A set of relative URLs that PayPal uses in response to various actions during the authorization process")
18
+
urls: PaypalExpressUrlsInput!@doc(description:"A set of relative URLs that PayPal uses in response to various actions during the authorization process.")
19
19
use_paypal_credit: Boolean@doc(description: "Indicates whether the buyer clicked the PayPal credit button. The default value is false.")
20
20
express_button: Boolean@doc(description: "Indicates whether the buyer selected the quick checkout button. The default value is false.")
21
21
}
22
22
23
-
typePaypalExpressToken@doc(description: "Deprecated: use `PaypalExpressTokenOutput` instead.") {
23
+
typePaypalExpressToken@doc(description: "Deprecated. Use `PaypalExpressTokenOutput` instead.") {
24
24
token: String@deprecated(reason: "Use `PaypalExpressTokenOutput.token` instead.") @doc(description:"The token returned by PayPal.")
25
25
paypal_urls: PaypalExpressUrlList@deprecated(reason: "Use `PaypalExpressTokenOutput.paypal_urls` instead.") @doc(description:"A set of URLs that allow the buyer to authorize payment and adjust checkout details.")
26
26
}
@@ -49,9 +49,9 @@ input PaymentMethodInput {
49
49
paypal_express: PaypalExpressInput@doc(description:"Required input for Express Checkout and Payments Standard payments.")
50
50
payflow_express: PayflowExpressInput@doc(description:"Required input for Payflow Express Checkout payments.")
51
51
payflow_link: PayflowLinkInput@doc(description:"Required input for PayPal Payflow Link and Payments Advanced payments.")
52
-
payflowpro: PayflowProInput@doc(description: "Required input type for PayPal Payflow Pro and Payment Pro payments.")
52
+
payflowpro: PayflowProInput@doc(description: "Required input for PayPal Payflow Pro and Payment Pro payments.")
53
53
hosted_pro: HostedProInput@doc(description:"Required input for PayPal Hosted pro payments.")
54
-
payflowpro_cc_vault: VaultTokenInput@doc(description:"Required input type for PayPal Payflow Pro vault payments.")
54
+
payflowpro_cc_vault: VaultTokenInput@doc(description:"Required input for PayPal Payflow Pro vault payments.")
55
55
}
56
56
57
57
inputHostedProInput@doc(description:"Contains a set of relative URLs that PayPal uses in response to various actions during the authorization process. Magento prepends the base URL to this value to create a full URL. For example, if the full URL is https://www.example.com/path/to/page.html, the relative URL is path/to/page.html. Use this input for Payments Pro Hosted Solution payment method.") {
@@ -73,7 +73,7 @@ input PaypalExpressUrlsInput @doc(description:"Contains a set of relative URLs t
73
73
return_url: String!@doc(description:"The relative URL of the final confirmation page that PayPal redirects to upon payment success. If the full URL to this page is https://www.example.com/paypal/action/return.html, the relative URL is paypal/action/return.html.")
74
74
cancel_url: String!@doc(description:"The relative URL of the page that PayPal redirects to when the buyer cancels the transaction in order to choose a different payment method. If the full URL to this page is https://www.example.com/paypal/action/cancel.html, the relative URL is paypal/action/cancel.html.")
75
75
success_url: String@doc(description:"The relative URL of the order confirmation page that PayPal redirects to when the payment is successful and additional confirmation is not needed. Not applicable to most PayPal solutions. If the full URL to this page is https://www.example.com/paypal/action/success.html, the relative URL is paypal/action/success.html.")
76
-
pending_url: String@doc(description:"The relative URL of the page that PayPal redirects to when the payment has been put on hold for additional review. This condition mostly applies to ACH transactions, and is not applicable to most PayPal solutions. If the full URL to this page is https://www.example.com/paypal/action/success_pending.html, the relative URL is paypal/action/success_pending.html.")
76
+
pending_url: String@doc(description:"The relative URL of the page that PayPal redirects to when the payment has been put on hold for additional review. This condition mostly applies to ACH transactions, and is not applicable to most PayPal solutions. If the full URL to this page is https://www.example.com/paypal/action/success_pending.html, the relative URL is paypal/action/success_pending.html.")
77
77
}
78
78
79
79
typePaypalExpressUrlList@doc(description:"Contains a set of URLs that allow the buyer to authorize payment and adjust checkout details for Express Checkout and Payments Standard transactions.") {
@@ -91,7 +91,7 @@ input PayflowLinkTokenInput @doc(description:"Contains information required to f
91
91
cart_id: String!@doc(description:"The unique ID that identifies the customer's cart.")
92
92
}
93
93
94
-
enumPayflowLinkMode@doc(description:"Mode for payment: TEST or LIVE. Applies to the Payflow Link and Payments Advanced payment methods.") {
94
+
enumPayflowLinkMode@doc(description:"Indicates the mode for payment. Applies to the Payflow Link and Payments Advanced payment methods.") {
storeConfig : StoreConfig @resolver(class: "Magento\\StoreGraphQl\\Model\\Resolver\\StoreConfigResolver") @doc(description: "Returns details about the store's configuration.") @cache(cacheable: false)
4
+
storeConfig : StoreConfig @resolver(class: "Magento\\StoreGraphQl\\Model\\Resolver\\StoreConfigResolver") @doc(description: "Return details about the store's configuration.") @cache(cacheable: false)
5
5
availableStores(
6
6
useCurrentGroup: Boolean@doc(description: "Filter store views by the current store group.")
7
7
): [StoreConfig] @resolver(class: "Magento\\StoreGraphQl\\Model\\Resolver\\AvailableStoresResolver") @doc(description: "Get a list of available store views and their config information.")
8
8
}
9
9
10
-
typeWebsite@doc(description: "Deprecated. It because should not be used on storefront. Contains information about a website.") {
10
+
typeWebsite@doc(description: "Deprecated. It should not be used on the storefront. Contains information about a website.") {
11
11
id : Int @deprecated(reason: "The field should not be used on the storefront.") @doc(description: "The ID number assigned to the website.")
12
12
name : String @deprecated(reason: "The field should not be used on the storefront.") @doc(description: "The website name. Websites use this name to identify it easier.")
13
13
code : String @deprecated(reason: "The field should not be used on the storefront.") @doc(description: "A code assigned to the website to identify it.")
@@ -18,7 +18,7 @@ type Website @doc(description: "Deprecated. It because should not be used on sto
18
18
19
19
typeStoreConfig@doc(description: "Contains information about a store's configuration.") {
20
20
id : Int @deprecated(reason: "Use `store_code` instead.") @doc(description: "The ID number assigned to the store.")
21
-
code : String @deprecated(reason: "Use `store_code` instead.") @doc(description: "A code assigned to the store to identify it")
21
+
code : String @deprecated(reason: "Use `store_code` instead.") @doc(description: "A code assigned to the store to identify it.")
22
22
store_code: ID@doc(description: "The unique ID of the store view. In the Admin, this is called the Store View Code. When making a GraphQL call, assign this value to the `Store` header to provide the scope.")
23
23
store_name : String @doc(description: "The label assigned to the store view.")
24
24
store_sort_order : Int @doc(description: "The store view sort order.")
@@ -37,10 +37,10 @@ type StoreConfig @doc(description: "Contains information about a store's configu
37
37
base_url : String @doc(description: "The store’s fully-qualified base URL.")
38
38
base_link_url : String @doc(description: "A fully-qualified URL that is used to create relative links to the `base_url`.")
39
39
base_static_url : String @doc(description: "The fully-qualified URL that specifies the location of static view files.")
40
-
base_media_url : String @doc(description: "The fully-qualified URL that specifies the location of user media files.")
40
+
base_media_url : String @doc(description: "The fully-qualified URL that specifies the location of media files.")
41
41
secure_base_url : String @doc(description: "The store’s fully-qualified secure base URL.")
42
42
secure_base_link_url : String @doc(description: "A secure fully-qualified URL that is used to create relative links to the `base_url`.")
43
43
secure_base_static_url : String @doc(description: "The secure fully-qualified URL that specifies the location of static view files.")
44
-
secure_base_media_url : String @doc(description: "The secure fully-qualified URL that specifies the location of user media files.")
44
+
secure_base_media_url : String @doc(description: "The secure fully-qualified URL that specifies the location of media files.")
45
45
use_store_in_url: Boolean@doc(description: "Indicates whether the store code should be used in the URL.")
0 commit comments