#
GraphQL
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 966 public repositories matching this topic...
Mutation and Query example with GoLang and PostgreSQL
-
Updated
Jun 22, 2023 - Go
Testing GraphQL in Go using the Gin framework
-
Updated
Dec 7, 2022 - Go
This is an improved version for Golang GQLGEN TODO Example
-
Updated
Jul 20, 2023 - Go
A GraphQL demo of a JIRA-like task tracking system demonstrating the use of persisted queries.
-
Updated
Aug 6, 2023 - Go
A dead-simple GraphQL gateway for all your federated Golang GraphQL server needs
-
Updated
Mar 12, 2023 - Go
Display public contributions by a GitHub user.
-
Updated
Jan 20, 2024 - Go