码迷,mamicode.com
首页 >  
搜索关键字:graphql    ( 156个结果
新技术探究之 GraphQL
What? GraphQL 是一种类似于 SQL 的结构化查询语言,由 facebook 于2012年创造,于2015年开源。SQL 在服务端定义,GraphQL 在客户端定义,也就是说 GraphQL 将数据的操作控制权从后端转移到了前端。 facebook 创造 GraphQL 的目的是取代以前 ...
分类:其他好文   时间:2017-07-03 19:52:06    阅读次数:139
[GraphQL] Deploy a GraphQL dev playground with graphql-up
In this lesson we'll use a simple GraphQL IDL schema to deploy and explore a fully functional GraphQL service in minutes with graphql-up. Install: Cre ...
分类:其他好文   时间:2017-05-18 01:34:00    阅读次数:183
[GraphQL] Create an Input Object Type for Complex Mutations
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 ...
分类:其他好文   时间:2017-01-10 21:35:24    阅读次数:264
[GraphQL] Use GraphQLList with GraphQLObject Types
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 ...
分类:其他好文   时间:2017-01-10 17:50:23    阅读次数:198
[GraphQL] Write a GraphQL Schema in JavaScript
Writing out a GraphQL Schema in the common GraphQL Language can work for simple GraphQL Schemas, but as our application grows, or when we start using ...
分类:编程语言   时间:2016-12-31 12:23:56    阅读次数:298
[GraphQL] Use GraphQL's Object Type for Basic Types
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 ...
分类:其他好文   时间:2016-12-28 09:50:14    阅读次数:169
[GraphQL] Create a GraphQL Schema
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 ...
分类:其他好文   时间:2016-12-28 09:46:18    阅读次数:293
Graphql介绍(Introduction to GraphQL)
Introduction to GraphQL GraphQL介绍 Learn about GraphQL, how it works, and how to use it in this series of articles. Looking for documentation on how to ...
分类:其他好文   时间:2016-09-26 21:35:33    阅读次数:190
GraphQL入门指南
IntroductionGraphQLisFacebook’snewquerylanguageforfetchingapplicationdatainauniformway.GraphQL并不是一个面向图数据库的查询语言,而是一个数据抽象层,包括数据格式、数据关联、查询方式定义与实现等等一揽子的东西。GraphQL也并不是一个具体的后端编程框架,如果将RES..
分类:其他好文   时间:2016-08-10 23:03:53    阅读次数:715
搭建graphQL
首先需要node,去官网下载即可,然后新建一个文件夹。 我新建的文件夹为MD,然后cd MD,npm init初始化项目,然后下载三个必要的插件 之后下载babel-core, 因为babel6之后插件化了,所以需要下载core并且需要编写一个文件.babelrc里面添加上 然后可以下载nodemo ...
分类:其他好文   时间:2016-08-06 18:54:51    阅读次数:473
156条   上一页 1 ... 13 14 15 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!