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 902 public repositories matching this topic...
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'
-
Updated
Oct 21, 2020 - Go
-
Updated
Oct 21, 2020 - 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
Oct 20, 2020 - TypeScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 21, 2020 - TypeScript
Currently this isn't possible but would be good info to query.
-
Updated
Oct 21, 2020 - C#
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Jul 30, 2020 - 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
- 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
Oct 19, 2020 - Python
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Oct 21, 2020 - TypeScript
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
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 19, 2020 - Java
-
Updated
May 16, 2020 - JavaScript
-
Updated
Oct 19, 2020 - TypeScript
aiohttp integration
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Aug 26, 2020 - JavaScript
If a user writes a subgraph referencing contract addresses from (for example) a testnet, and then accidentally deploys the subgraph to a graph node running mainnet, the subgraph will run but won't find any events. We can provide a better experience using eth_getTransactionCount to check that the contract addresses exist on
-
Updated
Oct 19, 2020 - JavaScript
Exceptions sub classes overrides toString instead of getMessage for instance in https://github.com/ghostdogpr/caliban/blob/master/client/src/main/scala/caliban/client/CalibanClientError.scala#L13
As a result when these exceptions are logged through SLF4J, the stack trace does not contain the actual error message. For instance I get:
caliban.client.CalibanClientError$CommunicationErr
-
Updated
Sep 4, 2020 - JavaScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Whenever I try to issue a command using
hasura seeds apply -f <FILEPATH>, the command adds theseedsprefix to the path and errorsI would expect it to use the relative file path as given so I can tab complete specific seed files.
Ex: