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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/graphql/develop/resolvers.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -341,9 +341,9 @@ type Customer @doc(description: "Customer defines the customer name and address
341
341
default_shipping: String @doc(description: "The ID assigned to the shipping address")
342
342
date_of_birth: String @doc(description: "The customer's date of birth")
343
343
taxvat: String @doc(description: "The customer's Tax/VAT number (for corporate customers)")
344
-
id: Int @doc(description: "The ID assigned to the customer")
345
344
is_subscribed: Boolean @doc(description: "Indicates whether the customer is subscribed to the company's newsletter") @resolver(class: "\\Magento\\CustomerGraphQl\\Model\\Resolver\\IsSubscribed")
346
345
addresses: [CustomerAddress] @doc(description: "An array containing the customer's shipping and billing addresses")
346
+
gender: Int @doc(description: "The customer's gender (Male - 1, Female - 2)")
0 commit comments