Skip to content
graphql logo

GraphQL

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 9,077 public repositories matching this topic...

sidharthachatterjee
sidharthachatterjee commented Oct 14, 2019

Renovate is fantastic but because of our config at the moment, we get several updates in a day.

We should probably do two things

  • batch all minor updates in a single PR
  • schedule them at a reasonable time (twice a week, perhaps at 10 am GMT)

This should go in config at https://github.com/gatsbyjs/gatsby/blob/master/renovate.json

Documentation for options is at https://docs.renovat

prettier
langpavel
langpavel commented Oct 24, 2017

Too wide (and falsy) segregation of GraphQL Types and Resolvers

The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.

This can ensure some users that custom types cannot have own field resolvers which is false.

In fact, much of fields which can have own resolvers

fEyebrow
fEyebrow commented May 10, 2019

Describe the bug
When the elevated database user account does not have permission to create a schema, it cannot establish a connection with an existing database.

But when I provided the root account, I successfully established a connection with the database, but prisma created a schema called prisma.
Look like this:
![image](https://user-images.githubusercontent.com/18180417/57507662-fc

graphql-engine
shahidhk
shahidhk commented Oct 14, 2019

Add a new command to the CLI which can be used to diff the metadata on the server with one that is available locally.

Usage:

# diff server and migrataions/metadata.yaml
hasura metadata diff

# diff server and <file>
hasura metadata diff --file <file>

# diff <file1> and <file2>
hasura metadata diff --file <file1> --file <file2>

--file flag should have a shorthand of -f

zenweasel
zenweasel commented Apr 1, 2019

Issue Description

Receive the following error after server runs for some time

Exception in setTimeout callback: TypeError: moment is not a function
    at JobQueue.Jobs.processJobs [as worker] (imports/plugins/included/jobcontrol/server/jobs/cleanup.js:45:23)
    at JobQueue._process (/app/programs/server/npm/node_modules/@reactioncommerce/job-queue/dist/common/jobFactory.js:432:23)
 
kevinsimper
kevinsimper commented May 21, 2018

What would be the minimal IAM Policy for deploying, I know the policy on the website, but that has also access to EC2 and is quite broad. For example I would not need to control a domain from there.

Like it would be a role that you could put on Travis-CI and not worry about them deleting your EC2 instances.

I tried deleting everything other than Lambda, API Gateway and S3, but then I began

You can’t perform that action at this time.