File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ GraphQL, a query language created by Facebook for describing data requirements
5
5
on complex application data models.
6
6
7
7
[ ![ npm version] ( https://badge.fury.io/js/graphql.svg )] ( http://badge.fury.io/js/graphql )
8
- [ ![ Build Status] ( https://travis-ci.org/graphql/graphql-js.svg )] ( https://travis-ci.org/graphql/graphql-js )
8
+ [ ![ Build Status] ( https://travis-ci.org/graphql/graphql-js.svg?branch=master )] ( https://travis-ci.org/graphql/graphql-js?branch=master )
9
9
[ ![ Coverage Status] ( https://coveralls.io/repos/graphql/graphql-js/badge.svg?branch=master )] ( https://coveralls.io/r/graphql/graphql-js?branch=master )
10
10
11
11
See more complete documentation at http://graphql.org/ and
@@ -89,8 +89,8 @@ var schema = new GraphQLSchema({
89
89
```
90
90
91
91
This defines a simple schema with one type and one field, that resolves
92
- to a fixed value. The ` resolve ` function can return a value, a promise,
93
- or an array of promises. A more complex example is included in the top
92
+ to a fixed value. The ` resolve ` function can return a value, a promise,
93
+ or an array of promises. A more complex example is included in the top
94
94
level [ tests] ( src/__tests__ ) directory.
95
95
96
96
Then, serve the result of a query against that type schema.
You can’t perform that action at this time.
0 commit comments