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
749
749
test file that can be run to exercise the reference implementation's
750
750
introspection system.
@@ -1116,7 +1116,7 @@ and create documentation browsers, or rich IDE experiences.
1116
1116
This has just scratched the surface of the introspection system; we can
1117
1117
query for enum values, what interfaces a type implements, and more. We
1118
1118
can even introspect on the introspection system itself. The specification goes
1119
-
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)
1119
+
into more detail about this topic in the "Introspection" section, and the [introspection](https://github.com/graphql/graphql-js/blob/main/src/type/introspection.ts)
1120
1120
file in GraphQL.js
1121
1121
contains code implementing a specification-compliant GraphQL query
1122
1122
introspection system.
@@ -1132,7 +1132,7 @@ and how to format a GraphQL response, as well as the grammar for GraphQL.
1132
1132
1133
1133
### Contributing to this repo
1134
1134
1135
-
This repository is managed by EasyCLA. Project participants must sign the free ([GraphQL Specification Membership agreement](https://preview-spec-membership.graphql.org) before making a contribution. You only need to do this one time, and it can be signed by [individual contributors](http://individual-spec-membership.graphql.org/) or their [employers](http://corporate-spec-membership.graphql.org/).
1135
+
This repository is managed by EasyCLA. Project participants must sign the free ([GraphQL Specification Membership agreement](https://preview-spec-membership.graphql.org) before making a contribution. You only need to do this one time, and it can be signed by [individual contributors](https://individual-spec-membership.graphql.org/) or their [employers](https://corporate-spec-membership.graphql.org/).
1136
1136
1137
1137
To initiate the signature process please open a PR against this repo. The EasyCLA bot will block the merge if we still need a membership agreement from you.
0 commit comments