Skip to content
#

GraphQL

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 6,505 public repositories matching this topic...

insomnia
develohpanda
develohpanda commented Sep 16, 2020

Describe the bug
what it says (or doesn't say, heh) on the tin

To Reproduce
Steps to reproduce the behavior:

  1. Go to Insomnia Core
  2. Create a new folder
  3. Right click on folder
  4. Click "move" in the context menu
  5. Hover over the (i) next to "New Workspace" to see a tooltip

Current behavior
Tooltip reads "Workspace will be moved to the root of the new workspace"

CristianCucunuba
CristianCucunuba commented Mar 11, 2020

Prerequisites

  • Are you running the latest version?
  • Are you able to consistently reproduce the issue?
  • Did you search the issue queue for existing issue?

Issue Description

The description field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,

inteldon
inteldon commented Sep 8, 2020

Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:

`
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^

[Error:

gridsome
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

sebastiaandekker
sebastiaandekker commented Sep 17, 2020

Issue: When trying to add configuration to webpack according to the 2nd format inside the docs, i get the error 'merge is not a function'.

Fix: @core/config/webpack.common.js change const merge = require('webpack-merge') to const { merge } = require('webpack-merge').

The other webpack config files already do

keystone
karmux
karmux commented Dec 29, 2019

Feature request

Is your feature request related to a problem? Please describe.

When you hide Label column then it's not possible to open a document from the list anymore since Label is the only clickable column. Workarounds include manually editing URL in the browser or copying link from the three dots (...) menu and pasting it to the URL in the browser.

Describe the solution you'

shahidhk
shahidhk commented Nov 1, 2018

Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.

import gql from 'graphql-tag';

export const GRAPHQL_QUERY=gql`
  query {
    something {
      anotherthing
    }
  }
`;
crate

👕 👖 📦 A sample web and mobile application built with Node, Express, React, React Native, Redux and GraphQL. Very basic replica of stitchfix.com / krate.in (allows users to get monthly subscription of trendy clothes and accessories).

  • Updated Jun 8, 2020
  • JavaScript

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.