Routes
Describes the routes object containing URLs for various store pages and user account functionality.
Type Definition
type Routes {
rootUrl: String
accountUrl: String
accountEditUrl: String
accountLoginUrl: String
accountLogoutUrl: String
accountRegisterUrl: String
accountPasswordRecoverUrl: String
accountPasswordChangeUrl: String
accountOrdersUrl: String
accountWishlistUrl: String
searchUrl: String
cartUrl: String
checkoutUrl: String
catalogUrl: String
blogUrl: String
}Fields
Relationships
The Routes type is returned by the root routes query and provides navigation URLs for accessing various sections of the store and user account functionality.
Example
query {
routes {
rootUrl
accountUrl
accountEditUrl
accountLoginUrl
accountLogoutUrl
accountRegisterUrl
accountPasswordRecoverUrl
accountPasswordChangeUrl
accountOrdersUrl
accountWishlistUrl
searchUrl
cartUrl
checkoutUrl
catalogUrl
blogUrl
}
}Implements
This type does not implement any interfaces.
Related Types
No related types.