graphql.github.io icon indicating copy to clipboard operation
graphql.github.io copied to clipboard

GraphQL Documentation at graphql.org

Results 184 graphql.github.io issues
Sort by recently updated
recently updated
newest added

# Wrong Expected Code Output ## Description > When following the tutorial for this page on the most recent version of graphql it outputted > > { data: [Object: null...

From https://github.com/graphql/graphql.github.io/blob/source/src/content/learn/Learn-Execution.md > A resolver function receives four arguments I suggest that this is changed to "This resolver function receives four arguments" Given that the specifications [specifies](https://spec.graphql.org/June2018/#ResolveFieldValue()) > ResolveFieldValue(objectType, objectValue,...

✏️ Editorial

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

📦 Dependencies

Hi team, I am trying to learn `GraphQL` by reading [the docs](https://graphql.org/). While I personally found the [interactive examples](https://graphql.org/learn/queries/#fields) quite useful, I was also quite curious about the actual schema...

💄 Enhancement
✏️ Editorial

### Description Currently, the [Learn section of graphql.org](https://graphql.org/learn/) doesn't include any information about subscriptions. Right now, it's only in the specification, and that includes details for [how to write and...

📌 Help wanted
✏️ Editorial

### Description only one html/css change requred, reference implementation: https://codepen.io/dym-sh/pen/gORLrGQ?editors=1100 - also add Dart as alias for Flutter - also set column-count to auto, no need for screen-size-breakpoints dependency ###...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

📦 Dependencies

### Description When trying run **Apollo Serve**r code example from https://graphql.org/code/ I got an error: ``` throw new Error('You must `await server.start()` before calling `server.' + ^ Error: You must...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

📦 Dependencies

I'm touching with the GitHub API v4 Explorer and found that the GraphQL organization does not allow OAuth app access. Is there any reason for this? If it allow OAuth...