Skip to content

Commit

Permalink
Update docs/api-docs/storefront/graphql/graphql-api-overview.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: bc-andreadao <[email protected]>
  • Loading branch information
bc-traciporter and bc-andreadao authored Jan 4, 2024
1 parent 6b153d3 commit 6a15740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-docs/storefront/graphql/graphql-api-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ curl 'https://store.com/graphql' -H 'authorization: Bearer TOKEN_GOES_HERE' -H '
If you're using the GraphQL Storefront API from a browser, for example, on top of your Stencil storefront, you can use the Customer Login mutation to sign in to a customer account with an email address and a password. This will set a session cookie in the browser, which will authenticate the customer account on future requests.

<Callout type="info">
Note: A customer can only sign in to their account on one device. When running the customer login mutation for a session on a new device, a customer is automatically signed out.
A customer can only sign in to their account on one device. When running the customer login mutation for a session on a new device, a customer is automatically signed out.
</Callout>

```graphql filename="Example query: login mutation" showLineNumbers copy
Expand Down

0 comments on commit 6a15740

Please sign in to comment.