The Wayback Machine - https://web.archive.org/web/20220602135656/https://github.com/topics/graphql-subscriptions
Skip to content
#

graphql-subscriptions

Here are 169 public repositories matching this topic...

altair
andbar-ru
andbar-ru commented Nov 25, 2021

Is your feature request related to a problem? Please describe.
In my opinion, it would be nice to have an option/flag to allow users to turn off line numbers. I am used to launch Altair with in not full-screen mode and have 3 columns: request, result and docs. Line numbers generally is useless and occupy valuable horizontal space.

Describe the solution you'd like
Checkbox "Show line n

Gerharddc
Gerharddc commented Jan 21, 2019

Do you want to request a feature or report a bug?
Bug

What is the current behavior?
On most of my React-Native screens that contain more than one Query, only the first one ever gets loaded and rest are stuck on loading forever. I can confirm from AppSync logs that no network requests are ever made for those queries. They also never return an error and are simply stuck. Using the A

good first issue
morpheus-graphql
AlistairB
AlistairB commented Sep 12, 2020

The fix for #509 enables using graphql interfaces and sub types in the client. However, it does so in a way that creates partial record accessors.

https://github.com/AlistairB/morpheus-repro/tree/partial-fields demonstrates the issue. stack build will produce the warning (it uses m

enhancement good first issue scope/client

Improve this page

Add a description, image, and links to the graphql-subscriptions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphql-subscriptions topic, visit your repo's landing page and select "manage topics."

Learn more