You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains a number of queries demonstrating the introspection system, and is a
750
750
test file that can be run to exercise the reference implementation's
751
751
introspection system.
@@ -1117,7 +1117,7 @@ and create documentation browsers, or rich IDE experiences.
1117
1117
This has just scratched the surface of the introspection system; we can
1118
1118
query for enum values, what interfaces a type implements, and more. We
1119
1119
can even introspect on the introspection system itself. The specification goes
1120
-
into more detail about this topic in the "Introspection" section, and the [introspection](https://github.com/graphql/graphql-js/blob/master/src/type/introspection.js)
1120
+
into more detail about this topic in the "Introspection" section, and the [introspection](https://github.com/graphql/graphql-js/blob/main/src/type/introspection.js)
1121
1121
file in GraphQL.js
1122
1122
contains code implementing a specification-compliant GraphQL query
1123
1123
introspection system.
@@ -1139,4 +1139,4 @@ To initiate the signature process please open a PR against this repo. The EasyCL
1139
1139
1140
1140
You can find [detailed information here](https://github.com/graphql/graphql-wg/tree/main/membership). If you have issues, please email [[email protected]](mailto:[email protected]).
1141
1141
1142
-
If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).
1142
+
If your company benefits from GraphQL and you would like to provide essential financial support for the systems and people that power our community, please also consider membership in the [GraphQL Foundation](https://foundation.graphql.org/join).
Copy file name to clipboardExpand all lines: rfcs/InputUnion.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Notes from the 2020/5/28 meeting: https://gist.github.com/leebyron/f7f9d81c7ca52
11
11
12
12
### Contributing
13
13
14
-
To help bring this idea to reality, you can contribute [PRs to this RFC document.](https://github.com/graphql/graphql-spec/edit/master/rfcs/InputUnion.md)
14
+
To help bring this idea to reality, you can contribute [PRs to this RFC document.](https://github.com/graphql/graphql-spec/edit/main/rfcs/InputUnion.md)
15
15
16
16
# 📜 Problem Statement
17
17
@@ -201,7 +201,7 @@ There have been a variety of use cases described by users asking for an abstract
201
201
202
202
# 📋 Solution Criteria
203
203
204
-
This section sketches out the potential goals that a solution might attempt to fulfill. These goals will be evaluated with the [GraphQL Spec Guiding Principles](https://github.com/graphql/graphql-spec/blob/master/CONTRIBUTING.md#guiding-principles) in mind:
204
+
This section sketches out the potential goals that a solution might attempt to fulfill. These goals will be evaluated with the [GraphQL Spec Guiding Principles](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md#guiding-principles) in mind:
Copy file name to clipboardExpand all lines: spec/GraphQL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Agreement (OWFa 1.0), which is available at [openwebfoundation.org](http://www.o
30
30
* Facebook, Inc.
31
31
32
32
You can review the signed copies of the Open Web Foundation Final Specification
33
-
Agreement Version 1.0 for this specification at [github.com/graphql/graphql-spec](https://github.com/graphql/graphql-spec/tree/master/signed-agreements),
33
+
Agreement Version 1.0 for this specification at [github.com/graphql/graphql-spec](https://github.com/graphql/graphql-spec/tree/main/signed-agreements),
34
34
which may also include additional parties to those listed above.
35
35
36
36
Your use of this Specification may be subject to other third party rights.
0 commit comments