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,021 public repositories matching this topic...
-
Updated
Jun 2, 2021 - JavaScript
-
Updated
Jun 3, 2021 - Go
-
Updated
Jun 3, 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
May 15, 2021 - TypeScript
-
Updated
May 19, 2021 - Swift
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Mar 31, 2021 - Java
Expected Behaviour
When I have a custom setting in WP,
the field names should be listed under the group names in the WPGraphQL IDE,
so that I can query those fields.
Current Behaviour
If the custom setting group option name contains an underscore,
the fields belonging to that group do not show up under the group name in the WPGraphQL IDE,
and I cannot query those fields (unless
-
Updated
May 20, 2021
-
Updated
Jun 3, 2021 - C#
-
Updated
May 24, 2021 - Swift
-
Updated
May 31, 2021 - JavaScript
-
Updated
May 29, 2021 - JavaScript
What would you like to be added:
Currently config uses one file per environment (eg. dev, staging, prod, etc) we should move to a multi-file config where we have one folder per environment and config values can be split across multiple files within this folder.
Why is this needed:
For setups where there are
-
Updated
Jun 1, 2021 - Python
- Are you running a release or master: master
- Issue is about a fresh instance (no data in db) or restart: fresh
This seems a known/unfinished issue based on the commented 'Name' field in the code noted below, but I was hoping it could be addressed as it would greatly ease the discovery of the graphql endpoints generated by the db tables as they would become available in GraphiQL in #13
``
-
Updated
May 30, 2021 - TypeScript
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.
strawberry-graphql==0.56.2
django==3.1.7
schema2.py:
@strawberry.type
class Mutation:
@strawberry.mutation
def create_bla_1(self, info) -> str:
print(info.context.request)
print(info.context)
return "abc"
@strawberry.type
class Query:
@strawberry.field
def hij(self, info) -> str:
print(info.context.request)
print(i
-
Updated
Jun 3, 2021 - TypeScript
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
May 11, 2021 - Java
-
Updated
May 25, 2021 - TypeScript
-
Updated
May 22, 2021 - Go
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 9, 2021 - TypeScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia


Steps to reproduce: