Slide 13
Slide 13 text
{
"version": 2,
"operations": [
{
"signature": "e5f…...",
"document": "query UpdateQuery….",
"metadata": {
"engineSignature": ""
}
},
…..
]
}
query UpdateQuery($courseId: ID!) {
updateQuery(id: $id) {
…...
}
}
Query JSON
apollo client:extract https://github.com/apollographql/apollo-tooling#apollo-clientextract-output
query UpdateQuery2($courseId: ID!) {
updateQuery2(id: $id) {
…...
}
}
JSON生成
&
PR化