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
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ Fetching all the ingredients with the related category:
```graphql
{
all_ingredients {
allIngredients {
id
name
category {
......@@ -82,7 +82,7 @@ Fetching all the categories with the related ingredients:
```graphql
{
all_categories {
allCategories {
id
name
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