Skip to content
#

graphql-server

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 887 public repositories matching this topic...

graphql-engine
marionschleifer
marionschleifer commented Sep 28, 2020

We want to embrace a multi-cultural community, and we'd love to have some of our content available in several languages. If you're a native speaker of a language other than English, we'd love to see your contribution 🙂

We welcome translations for the following files:

zmras
zmras commented May 15, 2020

Hi! Let's assume I have the following data:

obj = {
  _id: 'someId',
  items: [
    { value: 'a', count: 5 },
    { value: 'b', count: 1 },
  ]
}

Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?

I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'

api-platform
jvigneron
jvigneron commented Nov 28, 2019

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

hotchocolate
dosco
dosco commented Jul 17, 2020

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

graphql-kotlin
huehnerlady
huehnerlady commented Sep 18, 2020

Is your feature request related to a problem? Please describe.
So far you can set the queryFileDirectory via Task, but not via global configuration.
With the configuration you can just use the queryFiles property.
Would be good to add this in the plugin configuration

Describe the solution you'd like

graphql {
  client {
   [...]
    queryFileDirectory = "src/main/resourc
strawberry
MasseGuillaume
MasseGuillaume commented Aug 8, 2020

Another day, another weird GraphQL schema!

I'm working with an e-commerce platform called commercetools. They have a graphql schema that looks like this:
https://github.com/commercetools/sunrise-spa/blob/master/graphql.schema.json (They are not even using this type ...).

They decided to define EnumValue and this clashes with the import: import caliban.client.Value._.

I think this is

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.