Browse Source

docs(core): Fix typo in custom fields documentation (#2698)

William Rijksen 1 year ago
parent
commit
355df0e666
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/docs/guides/developer-guide/custom-fields/index.md

+ 1 - 1
docs/docs/guides/developer-guide/custom-fields/index.md

@@ -104,7 +104,7 @@ mutation {
 The custom fields will also extend the filter and sort options available to the `products` list query:
 
 ```graphql
-mutation {
+query {
     products(options: {
         // highlight-start
         filter: {