public static class Storefront.CustomerCreatePayloadQuery extends Query<Storefront.CustomerCreatePayloadQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CustomerCreatePayloadQuery |
customer(Storefront.CustomerQueryDefinition queryDef)
The created customer object.
|
Storefront.CustomerCreatePayloadQuery |
customerUserErrors(Storefront.CustomerUserErrorQueryDefinition queryDef)
The list of errors that occurred from executing the mutation.
|
Storefront.CustomerCreatePayloadQuery |
userErrors(Storefront.UserErrorQueryDefinition queryDef)
Deprecated.
Use `customerUserErrors` instead.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CustomerCreatePayloadQuery customer(Storefront.CustomerQueryDefinition queryDef)
public Storefront.CustomerCreatePayloadQuery customerUserErrors(Storefront.CustomerUserErrorQueryDefinition queryDef)
@Deprecated public Storefront.CustomerCreatePayloadQuery userErrors(Storefront.UserErrorQueryDefinition queryDef)