-
Updated
Apr 29, 2022 - TypeScript
{{ message }}
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
Minimal GraphQL client supporting Node and browsers for scripts or simple apps
Open source, native iOS Messenger, with realtime chat conversations (full offline support).
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
Rapid GraphQL prototyping, development, and testing. Core Server, Admin Console, iOS SDK, Web SDK.
A Simple and Isomorphic GraphQL Client for JavaScript
Hi,
is there any possibility to avoid adding 'Input' postfix to name of input objects? If object is already with INPUT_OBJECT annotation I think this is not necessarily.
thanks
Intended outcome:
This is more a docs problem more than anything. The docs include a recipe for using TransferHttpCacheModule to cache requests when using SSR but it does not work as the module does not support POST requests and has no intention to support it. See [here](https://git
A Ruby library for declaring, composing and executing GraphQL queries
A GraphQL client in Python
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
See ghostdogpr/caliban#1256. It requires some changes.
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
The Ultimate Boilerplate for Products.
Support for Swift 5.5's new async/await would be amazing.
A graphql client for clojurescript and clojure
Loving this project.
I feel like this project would benefit from a short quick start tutorial that demonstrate common methods such as:
Create item
mutation = Operation(schema.Mutation) # note 'schema.'
mutation.create_item(input=dict(id="23432")).__fields__()
List items with filter
op = Operation(schema.Query) # note 'schema.'
op.list_it
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
A GraphQL JVM Client - Java, Kotlin, Scala, etc.
A GraphQL client for Elixir
Created by Facebook
Released 2015
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