Internal Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
CustomerQuery
Description: Customer query declaration. Read more: ,
Namespace: ShopifyCustomer/Api/Customer/Query/CustomerQuery
_getCustomerFields
Description: Function that returns the list of customer fields. Read more:
getCustomerAccessTokenCreateField
Description: Field getter for access token creation [returns node]
getCustomerAccessTokenDeleteField
Description: Field getter for access token removal [returns node]
getCustomerCreateField
Description: Customer create field getter [returns node]
getCustomerField
Description: Field getter for customer get [returns node]
processCustomer
Description: Single customer processor.
Namespace: ShopifyCustomer/Api/Customer/Processor/processCustomer
🔮 Common extension point: Process newly added fields.
CUSTOMER_CREATE
Description: A type of CustomerQuery
associated with getCustomerCreateField
function.
Usage examples:
CUSTOMER_GET
Description: A type of CustomerQuery
associated with getCustomerField
function.
Usage examples:
CUSTOMER_LOGIN
Description: A type of CustomerQuery
associated with getCustomerAccessTokenCreateField
function.
Usage examples:
CUSTOMER_LOGOUT
Description: A type of CustomerQuery
associated with getCustomerAccessTokenDeleteField
function.
Usage examples:
AccountDetailsComponent
Description: Account details component
Namespace: ShopifyCustomer/Component/AccountDetails/Component/AccountDetailsComponent
detailsRenderMap
AccountFallbackPage
Description: A component used as fallback while the account details component is loading
Namespace: ShopifyCustomer/Component/AccountFallbackPage/Index/AccountFallbackPage
AccountPageComponent
Description: Account page component
Namespace: ShopifyCustomer/Component/AccountPage/Component/AccountPageComponent
contentRenderMap
AccountPageContainer
Description: Account page container. Used to setup a redirect in case user is not logged in.
Namespace: ShopifyCustomer/Component/AccountPage/Container/AccountPageContainer
LoginFallbackPage
Description: A component used as fallback while the login page is loading
Namespace: ShopifyCustomer/Component/LoginFallbackPage/Index/LoginFallbackPage
LoginFormComponent
Description: Login form component
Namespace: ShopifyCustomer/Component/LoginForm/Component/LoginFormComponent
contentRenderMap
formFieldsRenderMap
LoginFormContainer
Description: Login form container. Used to define handlers for form operations.
Namespace: ShopifyCustomer/Component/LoginForm/Container/LoginFormContainer
LoginPageComponent
Description: Login page component.
Namespace: ShopifyCustomer/Component/LoginPage/Component/LoginPageComponent
RegisterFallbackPage
Description: A component used as fallback while the register page is loading
Namespace: ShopifyCustomer/Component/RegisterFallbackPage/Index/RegisterFallbackPage
RegisterFormContainer
Description: Reginster form container. Used to define handlers for form operations.
Namespace: ShopifyCustomer/Component/RegisterForm/Container/RegisterFormContainer
RegisterPageComponent
Description: Login page component.
Namespace: ShopifyCustomer/Component/RegisterPage/Component/RegisterPageComponent
Description: A list of render methods used by account details component. Read more:
Description: A list of render methods used by account page. Read more:
Description: A list of render methods used by login form component. Read more:
Description: A list of field render methods used by the login form. Read more: