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
Copy file name to clipboardExpand all lines: app/code/Magento/CustomerGraphQl/etc/schema.graphqls
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ type Customer @doc(description: "Customer defines the customer name and address
92
92
id: Int@doc(description: "The ID assigned to the customer")
93
93
is_subscribed: Boolean@doc(description: "Indicates whether the customer is subscribed to the company's newsletter") @resolver(class: "\\Magento\\CustomerGraphQl\\Model\\Resolver\\IsSubscribed")
94
94
addresses: [CustomerAddress] @doc(description: "An array containing the customer's shipping and billing addresses")
95
+
gender: Int@doc(description: "The customer's gender(Male - 1, Female - 2)")
95
96
}
96
97
97
98
typeCustomerAddress@doc(description: "CustomerAddress contains detailed information about a customer's billing and shipping addresses"){
0 commit comments