graphql-schema icon indicating copy to clipboard operation
graphql-schema copied to clipboard

GitHub’s GraphQL Schema with validation. Automatically updated.

Results 13 graphql-schema issues
Sort by recently updated
recently updated
newest added

I found new changes in GitHub's GraphQL Schema 👋🤖 I can't tell if the changes are fixes, features or breaking, you'll have to figure that out on yourself and adapt...

maintenance

The types and resolvers related to the project (beta) are not available yet in the library. Is it planned to add it ? To give some context, I am currently...

Right now all the types are defined as `type` so we can use them in program to get the types. But actually I think we can also use the types...

Type: Support

Hi, The actor type seems to be generated incorrectly, based on the exported type: ``` /** Represents an object which can take actions on GitHub. Typically a User or Bot....

support

The currently used custom scalar types are all strings, as noted in the comments. Using `unknown` instead of `any` would also be the type safe way as described [here](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html#new-unknown-top-type).

Type: Feature

The fixedAt property is missing from the schema for the type RepositoryVulnerabilityAlert

# Description Scalars that are of type `string` according to their documentation are now also of type `string` in the generated typescript defintions. By default, new scalars will now be...

feature

This pull request has been created by the ["Create or Update Pull Request" action](https://github.com/gr2m/create-or-update-pull-request-action#readme). You can set a custom pull request title, body, branch and commit messages, see [Usage](https://github.com/gr2m/create-or-update-pull-request-action#usage).

### Question Hi there! I was playing around with some queries in typescript. I was querying some trees/blobs off of the Repository object, and these results are typed like `GitObject`....

Type: Support
Status: Up for grabs
hacktoberfest