graphql-api
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 270 public repositories matching this topic...
I'm submitting a ...
- bug report
- [ X] feature request
- question
PostGraphile version: 4.4.4
postgraphile should honor variables in query string as defined in https://github.com/graphql/express-graphql#http-usage when the query is provided as post body.
with the following exampl
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file 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 100000+ employees company and
Are there any documentation on how to deploy this to production? right now if you look at the source code, bunch of codes __NEXT_DATA__ I want to see if these codes are gone in production.
has anyone deployed the front-end to digital ocean?
Currently, in order to register a field to an Edge you have to know the full Edge name, like RootQueryToPostConnectionEdge and that's cumbersome.
It would be nice to have something like: register_graphql_edge_field( $fromType, $toType, $fieldName, $config );
I think it's easier to know the from/to type than know the fully qualified edge name.
-
Updated
Apr 26, 2020 - Go
First, just wanted to mention thanks for creating this library, it's awesome and working well for me so far. However, I think the documentation of all the supported options could be improved. For example, I had no idea the annotation @GraphQLEnvironment existed until I looked through the other issues in GitHub. It seems like there is a ton of configuration potential, so it would be helpful to
Gentics Mesh Version, operating system, or hardware.
- v0.39.2
The documentation for the Group/Role Filter-Handling for AuthenticationPlugins could be improved a little bit.
It's a little bit confusing, if the group now get removed when the filter returns true or when he return false?
-
Updated
May 12, 2020 - JavaScript
-
Updated
Nov 16, 2017 - JavaScript
-
Updated
Mar 11, 2020 - Go
-
Updated
Dec 2, 2017 - JavaScript
-
Updated
May 20, 2020 - Clojure
-
Updated
Sep 3, 2019 - TypeScript
I did config follow guide: https://vuex-orm.github.io/plugin-graphql/guide/nuxt.html
When I use
User.fetch(); // unknown action type: entities/user/query
or
User.customQuery({ name: 'me'}); // unknown action type: entities/user/fetch
How can I fix it. Thank
Playground
-
Updated
Mar 14, 2020 - CSS
-
Updated
May 15, 2020 - TypeScript
- Add website link to visit the show on its Service Provider website
- Should be a valid URI and type
Stringin GraphQL
-
Updated
Aug 12, 2019
-
Updated
Feb 5, 2020 - Java
What is the motivation for adding / enhancing this feature?
There is an object product_links that needs to be mapped to the `vsf-catalo
I'm following the workshop in YouTube, and after adding GraphQL subscription I'm getting the following error:
WebSocket connection to 'ws://192.168.100.18:20002/graphql?header=eyJob3N0IjoiMTkyLjE2OC4xMDAuMTg6MjAwMDIiLCJ4LWFtei1kYXRlIjoiMjAyMDA0MTlUMTgxNjMzWiIsIngtYXBpLWtleSI6ImRhMi1mYWtlQXBpSWQxMjM0NTYifQ==&payload=e30=' failed: Error during W
-
Updated
Dec 29, 2019 - JavaScript
-
Updated
Mar 21, 2020 - Ruby
-
Updated
May 19, 2020 - JavaScript
-
Updated
Mar 5, 2020 - Scala
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
Deployed Parse server using k8 and used /parse/health for the readinessProbe and livenessProbe probe. But when deploy new code and broke the database connection, /parse/health still returns 200 OK. So old container was killed and new broken one brought online
Describe the solution you'd like
Only return 200 ok after db is