Skip to content
Snippets Groups Projects
Unverified Commit 35959106 authored by Tonye Jack's avatar Tonye Jack Committed by GitHub
Browse files

Fix usage of underscores in graphQL queries (#59)

parent cba2d8c6
Loading
...@@ -58,7 +58,7 @@ Fetching all the ingredients with the related category: ...@@ -58,7 +58,7 @@ Fetching all the ingredients with the related category:
```graphql ```graphql
{ {
all_ingredients { allIngredients {
id id
name name
category { category {
...@@ -82,7 +82,7 @@ Fetching all the categories with the related ingredients: ...@@ -82,7 +82,7 @@ Fetching all the categories with the related ingredients:
```graphql ```graphql
{ {
all_categories { allCategories {
id id
name name
ingredients { ingredients {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment