基础的graphql数据模型
网址是:grapiql
### 数据模型
1 | id: ID |
query :todos{id, title, complete} mutation:
1 | - add(title: String!): todo |
TodoList Demo
runkit graphql playground
All In One
网址是:grapiql
1 | id: ID |
1 | - add(title: String!): todo |
TodoList Demo
runkit graphql playground