-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
86 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,12 +46,12 @@ Variables: | |
```json | ||
{ | ||
"post": { | ||
"id": 42, | ||
"userId": 15, | ||
"id": "42", | ||
"userId": "15", | ||
"content": "Lorem Ipsum dolor sit amet", | ||
"title": "Example Post", | ||
"user": { | ||
"id": 15, | ||
"id": "15", | ||
"email": "[email protected]" | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,14 +37,14 @@ Variables: | |
|
||
```json | ||
{ | ||
"id": 42, | ||
"id": "42", | ||
"post": { | ||
"id": 42, | ||
"userId": 15, | ||
"id": "42", | ||
"userId": "15", | ||
"content": "Some more exciting content!", | ||
"title": "Not a example post", | ||
"user": { | ||
"id": 15, | ||
"id": "15", | ||
"email": "[email protected]" | ||
} | ||
} | ||
|
@@ -58,7 +58,7 @@ Like when persisting, all records which are returned replace the respective exis | |
## Additional variables | ||
|
||
You can pass a object like this: `$push({ captchaToken: 'asdfasdf' })`. All fields in the object will be passed as | ||
variables to the mutation. | ||
variables to the mutation. | ||
|
||
|
||
## Relationships | ||
|
Oops, something went wrong.