Skip to content

Commit 2553be0

Browse files
authored
Update introduction.md
1 parent 7a3fa63 commit 2553be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ WooGraphQL has neither the team or the development hours that WooCommerce (WC) R
8787

8888
## It comes with a Cart.
8989
- WC REST doesn’t include any cart endpoints for manipulating the cart, meaning a cart has be implemented client-side, which is no small task. Cart-specific utilities are provided so you can rely on WooCommerce’s built-in cart to continue managing the end-user cart session data.
90-
- Although WC REST doesn’t provide any support for managing the user session alternative options for doing this task do existed like **[Co-Cart](https://cocart.xyz/)**, however their usage can be limited due to applications within the same origin as the WordPress installation. This is due to WooCommerce using cookies to store user session token. WooGraphQL provides a utility that changes this behavior during GraphQL request by passing the token to HTTP Header to be cached client-side and used like a HTTP Authorization header.
90+
- Although WC REST doesn’t provide any support for managing the user session alternative options for doing this task do exist, however their usage can be limited to applications within the same origin as the WordPress installation. This is due to WooCommerce using cookies to store user session token. WooGraphQL provides a utility that changes this behavior during GraphQL request by passing the token to HTTP Header to be cached client-side and used like a HTTP Authorization header.
9191

9292
# Getting Started
9393

@@ -103,4 +103,4 @@ WPGraphQL WooCommerce (WooGraphQL) is a both WPGraphQL extension and a WooCommer
103103
- If you wish to customize the WooGraphQL schema to fit your particular store, try the <Link to="/contributing">Contributing</Link> section. You can find tools/utilities for setting a development environment and testing locally and with Docker, as well as tips for extending and change the behavior of the WooGraphQL schema.
104104

105105
> ### A Quick Tip
106-
> Use **[WPGraphiQL](https://github.com/wp-graphql/wp-graphiql)** to build your queries during development. WPGraphiQL come equipped with an Explorer component for quick query building and a Schema Viewer component so individual types’ information can be searched.
106+
> Use **[WPGraphiQL](https://github.com/wp-graphql/wp-graphiql)** to build your queries during development. WPGraphiQL come equipped with an Explorer component for quick query building and a Schema Viewer component so individual types’ information can be searched.

0 commit comments

Comments
 (0)