Skip to content
#

graphql-api

graphql logo

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...

sunshineo
sunshineo commented Apr 9, 2020

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

api-platform
jvigneron
jvigneron commented Nov 28, 2019

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

headless-wp-starter
austinarbor
austinarbor commented Dec 6, 2019

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

patrickhoefer
patrickhoefer commented Aug 21, 2019

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?

https://github.com/gentics/mesh-plugin-examples/blob/master/authentication-plugin/src/main/java/com/g

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest
You can’t perform that action at this time.