
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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Facebook
- Released 2015
Here are 9,077 public repositories matching this topic...
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
There is no documentation on how to quick deploy fresh/existing Strapi apps to Azure (IIS Node environment). And this actually has a lot of process before you can launch
Is your feature request related to a problem? Please describe.
The LiveQuery Permission management not handle
roles and poiner permissions
Describe the solution you'd like
Describe alternatives you've considered
Additional context
https://github.com/parse-community/parse-server/blob/2e0940c996516692ff9ac8497bcb7181c9fe72a9/src/LiveQuery/ParseLiveQueryServer.js#L481
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:

.
This doesn't match the documentation, and is a serious limitation when one
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
:rocket: A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server
-
Updated
Oct 16, 2019 - 6 commits
- TypeScript
React/ApolloGraphQL/Node/Mongo demo written in Typescript
-
Updated
Oct 16, 2019 - 60 commits
- TypeScript
- Insomnia Version: 7.0.1
- Operating System: Ubuntu 18.04
Details
I noticed that the GraphQL schema explorer does not list the available values on enums.
An introspection query like the following will give the information about the given enum:
{
__type(name: "SomeFancyEnum") {
enumValues {
name
description
isDeprecated
deprecationReason
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)
A tool for developing, distributing and collaborating over reusbale components. Easily share code across projects as a team.
-
Updated
Oct 16, 2019 - 4 commits
- TypeScript
🌍 GraphQL server for Express, Connect, Hapi, Koa and more
-
Updated
Oct 16, 2019 - 3 commits
- TypeScript
DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.
-
Updated
Oct 16, 2019 - 120 commits
- JavaScript
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database!
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
If the email function definitions included data(variables)
or subject(data)
, it is required to change to the new object. Otherwise you end up with a UnhandledPromiseRejectionWarning
, and the email does not get sent.
VulcanJS/Vulcan@75eb7f3#diff-6707e3f27ab9da3f2af3e0d7c44609e2R144
Additionally, the documentation should be update
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
- Show an "unread dot" on sidebar items
- Show a badge counter on app icon:
- Web
- Desktop
- iOS
- Android
- Only enable for the columns the user specify
Help wanted
- Enable on mobile using a background task to keep it updated
- Fix Android badge (invertase/react-native-firebase#1945)
The Fullstack Tutorial for GraphQL
-
Updated
Oct 16, 2019 - 2 commits
- TypeScript
How and where can I configure https and tls settings change in Saleor inorder to deploy the same to DigitalOcean?
Is What It Is (but retired)
-
Updated
Oct 13, 2019 - 3 commits
- TypeScript
An implementation of GraphQL for Go / Golang
-
Updated
Oct 16, 2019 - 884 commits
- Go
It is possible to pass custom directives to graphql-core but it's not documented anywhere. It should be.
from graphql.types.directives import specified_directives # <== default directives
from graphene import Schema
schema = Schema(query=Query, directives=specified_directives + [MyDirective])
@skip
and @include
and defined here: https://github.com/graphql-python/gr
Learn about graphql
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
Renovate is fantastic but because of our config at the moment, we get several updates in a day.
We should probably do two things
This should go in config at https://github.com/gatsbyjs/gatsby/blob/master/renovate.json
Documentation for options is at https://docs.renovat