3
3
The JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook.
4
4
5
5
[ ![ npm version] ( https://badge.fury.io/js/graphql.svg )] ( https://badge.fury.io/js/graphql )
6
- [ ![ Build Status] ( https://github.com/graphql/graphql-js/workflows/CI/badge.svg?branch=master )] ( https://github.com/graphql/graphql-js/actions?query=branch%3Amaster )
7
- [ ![ Coverage Status] ( https://codecov.io/gh/graphql/graphql-js/branch/master /graph/badge.svg )] ( https://codecov.io/gh/graphql/graphql-js )
6
+ [ ![ Build Status] ( https://github.com/graphql/graphql-js/workflows/CI/badge.svg?branch=main )] ( https://github.com/graphql/graphql-js/actions?query=branch%3Amain )
7
+ [ ![ Coverage Status] ( https://codecov.io/gh/graphql/graphql-js/branch/main /graph/badge.svg )] ( https://codecov.io/gh/graphql/graphql-js )
8
8
9
9
See more complete documentation at https://graphql.org/ and
10
10
https://graphql.org/graphql-js/ .
@@ -14,7 +14,7 @@ Looking for help? Find resources [from the community](https://graphql.org/commun
14
14
## Getting Started
15
15
16
16
A general overview of GraphQL is available in the
17
- [ README] ( https://github.com/graphql/graphql-spec/blob/master /README.md ) for the
17
+ [ README] ( https://github.com/graphql/graphql-spec/blob/main /README.md ) for the
18
18
[ Specification for GraphQL] ( https://github.com/graphql/graphql-spec ) . That overview
19
19
describes a simple set of GraphQL examples that exist as [ tests] ( src/__tests__ )
20
20
in this repository. A good way to get started with this repository is to walk
@@ -106,7 +106,7 @@ graphql(schema, query).then((result) => {
106
106
### Want to ride the bleeding edge?
107
107
108
108
The ` npm ` branch in this repository is automatically maintained to be the last
109
- commit to ` master ` to pass all tests, in the same form found on npm. It is
109
+ commit to ` main ` to pass all tests, in the same form found on npm. It is
110
110
recommended to use builds deployed to npm for many reasons, but if you want to use
111
111
the latest not-yet-released version of graphql-js, you can do so by depending
112
112
directly on this branch:
0 commit comments