File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ mutation {
55 name : " Sarah"
66 posts : {
77 create : [{
8- title : " Hello World"
9- text : " This is my first blog post ever! "
8+ title : " Hello World 👋 "
9+ text : " I like turtles. "
1010 isPublished : true
1111 }, {
12- title : " My Second Post "
13- text : " My first post was good, but this one is better! "
12+ title : " Join us at GraphQL Europe 🇪🇺 "
13+ text : " Get a 10%-discount with this promo code on graphql-europe.org: gql-boilerplates "
1414 isPublished : true
1515 }, {
16- title : " Solving World Hunger "
16+ title : " Solving world hunger "
1717 text : " This is a draft..."
1818 isPublished : false
1919 }]
Original file line number Diff line number Diff line change 11mutation {
22 first : createPost (data : {
3- title : " Hello World"
4- text : " This is my first blog post ever! "
3+ title : " Hello World 👋 "
4+ text : " I like turtles. "
55 isPublished : true
66 }) {
77 id
88 }
99
1010 second : createPost (data : {
11- title : " My Second Post "
12- text : " My first post was good, but this one is better! "
11+ title : " Join us at GraphQL Europe 🇪🇺 "
12+ text : " Get a 10%-discount with this promo code on graphql-europe.org: gql-boilerplates "
1313 isPublished : true
1414 }) {
1515 id
1616 }
1717
1818 third : createPost (data : {
19- title : " Solving World Hunger "
19+ title : " Solving world hunger "
2020 text : " This is a draft..."
2121 isPublished : false
2222 }) {
You can’t perform that action at this time.
0 commit comments