-
Type: Bug
All the authentication has been done, but "Summarize With Copilot" action on issue returns:
> No issue/PR number provided.
## Log Output
```
2024-11-09 15:53:52.375 [info] Activation> E…
-
When starting a review from a comment:
A GraphQL error appears:
```
2024-11-09 22:52:00.572 [error] GitHubRepository+0> Error querying GraphQL API: GraphQL error: Fragment ReviewComment was use…
-
I'm trying to build a client GraphQL library for the Shopify GraphQL API (schema attached below; had to add a `.txt` extension so it would allow me to upload).
[schema.graphql](https://github.com/u…
-
From the `pkg_resources` docs: [setuptools.pypa.io/en/latest/pkg_resources.html](https://setuptools.pypa.io/en/latest/pkg_resources.html)
> Use of pkg_resources is deprecated in favor of [importlib…
-
### Description
Much of the code in the "learn" docs uses promise-based APIs:
https://github.com/graphql/graphql.github.io/blob/b1215cedbeb3a7d1565072af06ab875da15eece2/src/pages/learn/execution…
-
In order to use interfaces as a return type, I have to explicitly include all of the types implementing the interface via the `types` argument in `strawberry.Schema` in order for those types to be inc…
-
Description for this issue
-
Hey! So [we were building a new feature](https://github.com/artsy/peril-settings/pull/133) for Artsy's Peril use and wanted to use GitHub's GraphQL api. `danger.github.api` returns an `octokit/rest.js…
-
@simon-wacker @shreyaponnamma Can you please implement https://github.com/building-envelope-data/api/blob/ce84a83c2b3a481ea95208a7fc2191655911c68e/schemas/component.json#L263 in GraphQL?
-
Hey @musically-ut,
I am reading about the github api to work on #7. I realized github has a fantastic graphql api. Did a quick implementation and it allows us to get all the data we need in one go.…