摘要: In order to handle collections of items in a GraphQL Schema, GraphQL has a List Type. In this video, we’ll learn the syntax for specifying a List of i 阅读全文
posted @ 2016-12-28 09:36 Zhentiw 阅读(254) 评论(0) 推荐(0)
摘要: We can create the most basic components of our GraphQL Schema using GraphQL's Object Types. These types allow us to group related fields together unde 阅读全文
posted @ 2016-12-28 09:16 Zhentiw 阅读(284) 评论(0) 推荐(0)
摘要: we’ll take a look at the GraphQL Language and write out our first GraphQL Schema. We’ll use the graphql package available to us through npm to parse o 阅读全文
posted @ 2016-12-28 09:07 Zhentiw 阅读(395) 评论(0) 推荐(0)