apollo icon indicating copy to clipboard operation
apollo copied to clipboard

:rocket: Open source tools for GraphQL. Central repo for discussion.

Results 101 apollo issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://togithub.com/nodejs/node) | major | `14` -> `16` | --- ### Release Notes nodejs/node...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | prismjs | [`1.26.0` -> `1.27.0`](https://renovatebot.com/diffs/npm/prismjs/1.26.0/1.27.0) | ### GitHub Vulnerability Alerts #### [CVE-2022-23647](https://togithub.com/PrismJS/prism/security/advisories/GHSA-3949-f494-cm99) ### Impact Prism's...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | follow-redirects | [`1.14.7` -> `1.14.8`](https://renovatebot.com/diffs/npm/follow-redirects/1.14.7/1.14.8) | ### GitHub Vulnerability Alerts #### [CVE-2022-0536](https://nvd.nist.gov/vuln/detail/CVE-2022-0536) Exposure of Sensitive...

Several users have asked about what permissions are required to override a failed check. This clarifies our language in the documenation.

# About I found the mistake in a page [Update data with mutations](https://www.apollographql.com/docs/tutorial/mutations/) in full stack tutorial. ## Fixed point `Mutation`'s `login` return `String` but it must return `User`. The...

Currently in datadog metrics I have some dashboards set up and its using the `apollo.operations.error_count` which works great for the most part but I've noticed its rolling up UserInputErrors into...

my request gql ``` gql query FindManyActor($withPhone: Boolean = false) { findManyActor { ...ActorFields } } fragment ActorFields on Actor { id name phone @include(if: $withPhone) } ``` Some variables...

I have a news app, which is receiving information from a web page with wordpress, for this I am using apollo client, v^3.5.8 (latest) my problem lies in the pagination...

Hello! My application is running into two k8s clusters (in different regions) and this seems to make Apollo Studio to duplicate all operations. They are configured to use the same...