graphql-server

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 1,040 public repositories matching this topic...
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Jun 24, 2021 - Go
-
Updated
Jun 25, 2021 - TypeScript
Description
Remove any google fonts dependency from api-platform.
Example
Remove the google font stylesheet in line 8 of api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable?
Context
I'm working on an intranet application for a big company where any call to the fonts.googleapi.com CDN takes 30 seconds
-
Updated
Jun 16, 2021 - TypeScript
-
Updated
May 19, 2021 - Swift
-
Updated
Jun 23, 2021 - TypeScript
-
Updated
Jun 23, 2021 - Java
In the graphql_map_input_fields_to_wp_query
filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_*
filters. For example in graphql_map_input_fields_to_get_terms
the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_*
filters). For consistency sake, i
-
Updated
May 20, 2021
-
Updated
Jun 24, 2021 - C#
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
May 24, 2021 - Swift
What would you like to be added:
It would be amazing to have a "Deploy with Heroku" button. Someone please help and build this.
https://devcenter.heroku.com/articles/heroku-button
Why is this needed:
-
Updated
May 29, 2021 - JavaScript
-
Updated
Jun 14, 2021 - Python
-
Updated
Jun 24, 2021 - TypeScript
arm64 release please
Please add arm64 release bin
Is your feature request related to a problem? Please describe.
Currently we don't have any integration tests that verify that generated federated GraphQL schemas are valid with the Apollo Gateway.
Describe the solution you'd like
One of the PR hooks (Github Action?) start up the example federation apps (including gateway) and verify federation works.
Additional context
Related
It selects a random adapter that has the required capabilities. Imo it should select a random one among the set of cheapest adapters, not all adapters.
In Python 3.8, typings
doesn't support Annotated. I tried to use typing_extensions Annotated. But it doesn't work.
It has an error.
.../lib/python3.8/site-packages/graphql/type/definition.py", line 769, in fields
raise TypeError(f"{self.name} fields cannot be resolved. {error}")
TypeError: Tag fields cannot be resolved. Unexpected type 'typing_extensions.Annotated[typing.Unio
-
Updated
Jun 24, 2021 - TypeScript
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
May 11, 2021 - Java
-
Updated
May 22, 2021 - Go
-
Updated
May 25, 2021 - TypeScript
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
May 9, 2021 - TypeScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Steps to reproduce: