摘要: As we start building out more complex GraphQL schemas, certain fields start to repeat across different types. This is a perfect use-case for the Inter 阅读全文
posted @ 2017-01-10 22:19 Zhentiw 阅读(483) 评论(0) 推荐(0)
摘要: When we have certain mutations that require more complex input parameters, we can leverage the Input Object Type in GraphQL. In this video, we’ll lear 阅读全文
posted @ 2017-01-10 20:24 Zhentiw 阅读(583) 评论(0) 推荐(0)
摘要: In order to change the data that we can query for in a GraphQL Schema, we have to define what is called a mutation in GraphQL. Mutations allow us to s 阅读全文
posted @ 2017-01-10 20:02 Zhentiw 阅读(1604) 评论(0) 推荐(0)
摘要: When working with collections of things in GraphQL, we'll always reach out for the GraphQLListType. In this video, we'll learn how to use GraphQLList 阅读全文
posted @ 2017-01-10 16:26 Zhentiw 阅读(528) 评论(0) 推荐(0)