graphql-query
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.
Here are 42 public repositories matching this topic...
GraphQL query utility for serverside apps
-
Updated
Feb 28, 2024 - TypeScript
A developer tool for engineers working with React and GraphQL.
-
Updated
Mar 4, 2023 - JavaScript
A bring your own types GraphQL client library for Rust
-
Updated
Nov 3, 2024 - Rust
Generate GraphQL Query Api for your JPA Entity Models
-
Updated
Nov 4, 2024 - Java
Generate GraphQL queries from models that can be mocked and normalized.
-
Updated
Oct 30, 2017 - JavaScript
Retrofit converter which uses annotations to inject .graphql query or mutation files into a request body, along with any variables.
-
Updated
Nov 3, 2024 - Kotlin
-
Updated
Oct 30, 2017 - JavaScript
A swift component with a DSL to declare GraphQL queries and to get string representations out of them
-
Updated
Sep 18, 2023 - Swift
Speculative GraphQL metrics for your Postgres databases.
-
Updated
Jun 3, 2021 - JavaScript
An Apollo GraphQL Query Schema Testing Tool
-
Updated
Jul 7, 2022 - TypeScript
Pull data into Gatsby from Github API v4
-
Updated
Jan 6, 2023 - JavaScript
Complete Domain Specific Language (DSL) for GraphQL query in Python.
-
Updated
Oct 6, 2024 - Python
This PowerShell module contains functions that facilitate querying and create, update, and delete operations (mutations) for GraphQL, which is an an open-source data language for APIs. For more on GraphQL please see: https://graphql.org/.
-
Updated
Jul 8, 2024 - PowerShell
Convert Golang Struct To GraphQL Object On The Fly
-
Updated
May 16, 2020 - Go
Polymer Apollo GraphQL Client web components
-
Updated
Feb 1, 2020 - HTML
Intuitive GraphQL Resolver Example - Application example using RawModel.js as GraphQL rootValue on steroids.
-
Updated
Feb 10, 2023 - JavaScript
A GraphQL to Cypher query execution layer for Neo4j and Python GraphQL implementations.
-
Updated
Jan 3, 2022 - Python
Uses graphql-anywhere to build mongodb queries
-
Updated
Nov 29, 2017 - TypeScript
A light weight query batcher for graphql
-
Updated
Nov 2, 2017 - JavaScript