image.replace(/grapgql/, "GraphQL"));
draw come from: excalidraw: https://excalidraw.com/
Basic query
{ status }
↓
{ status: 'available' }
Nesting
{ hero { name height } }
↓
{ hero:
{ name: "Luke Skywalker",
height: 1.74 } }
...
https://www.html.cn/dev/graphql.html
https://www.html.cn/dev/go.html
https://github.com/rstacruz/cheatsheets