Skip to content

Commit

Permalink
Fix usage of underscores in graphQL queries (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 17, 2021
1 parent cba2d8c commit 3595910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Fetching all the ingredients with the related category:

```graphql
{
all_ingredients {
allIngredients {
id
name
category {
Expand All @@ -82,7 +82,7 @@ Fetching all the categories with the related ingredients:

```graphql
{
all_categories {
allCategories {
id
name
ingredients {
Expand Down

0 comments on commit 3595910

Please sign in to comment.