Playground
Test queries and mutations as well as view the WooGraphQL schema, using the playground below 👇.
GraphiQL Loading...This is a playground connected to the most stable release of the extension.
WooGraphQL has many features not available to anomymous user. Try selecting one of the users above and once the indicator on the button is green your logged in.
Here an example queries exclusive to registered customer.
query {customer {firstNamelastName}cart {contents {nodes {keyproduct {node {iddatabaseIdnamesku}}}}}}
Here a query exclusive to shop managers and administrators.
query {orders {edges {cursornode {iddatabaseIdlineItems {nodes {itemIdproduct {idnametype... on SimpleProduct {pricesalePriceregularPrice}... on VariableProduct {pricesalePriceregularPrice}}quantitytotal}}subtotaltotal}}}}