Skip to content

Commit

Permalink
Update update.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rikinsk authored Mar 25, 2019
1 parent 5ddf428 commit a1370f6
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/graphql/manual/mutations/update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ Update based on an object's fields
content
rating
}
query {
author(where: {id: {_eq: 1}){
id
name
}
}
}
}
:response:
Expand All @@ -90,15 +84,7 @@ Update based on an object's fields
"content": "dolor sit amet",
"rating": 2
}
],
"query": {
"author": [
{
"id": 1,
"name": "Author 1"
}
]
}
]
}
}
}
Expand Down

0 comments on commit a1370f6

Please sign in to comment.