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 14,456 public repositories matching this topic...
Bug report
Describe the bug
There is an extra space in the French wording in the modal to add a single unilateral relation in the CTB. But I also wonder if the wording is actually correct: for the 2 first relationship types we use "[CT1] a un [CT2]".
See video: https://www.loom.com/share/95e8b07f2dff4dc3801624dd9d6bafc4
Steps to reproduce the behavior
- In dev env, Go to
Describe the bug
When I pull the resize button of the code editor, it doesn't the resize the code in the editor.
To Reproduce
Steps to reproduce the behavior:
- Click the resize button on the code editor and drag it down
- The code doesn't resize
Expected behavior
I expected the code to resize as I drag down the button.
Screenshots
If applicable, add screenshots to
-
Updated
Dec 14, 2020 - JavaScript
The search bar to search actions/event triggers is case sensitive whereas it shouldn't be.
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 16, 2020 - JavaScript
-
Updated
Dec 17, 2020 - Scala
-
Updated
Dec 23, 2020 - TypeScript
Describe the bug
"Import from URL" for query params does not update the UI
To Reproduce
- paste
http://localhost:4000/path?param=testin the url - go to query tab
- click "import from url"
- Note that the tab shows the count of query params (1) but the keyvalue table does not update
- Activate a different request in the sidebar
- Go back to the previous request
- Note t
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 23, 2020 - Go
-
Updated
Dec 23, 2020 - TypeScript
Executing multiple queries in a single query is not part of the spec yet, but it has been requested, and several servers already implement it (such as Apollo).
Then, GraphiQL should allow to execute multiple operations against the server. However, when there
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,
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 11, 2020 - TypeScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
Makes it just that little nicer to use
-
Updated
Nov 18, 2020 - Go
Describe the bug
SmartForm doesn't check the new API collection..permissions.canDelete to tell if it's possible to delete a document, and shows the delete button.
To Reproduce
create a collection with permissions: { canDelete: [] }, or without it altogether. Use a smartform to edit a document of that collection, it will show the delete button. If you click it, the server will rej
-
Updated
Dec 22, 2020 - TypeScript
-
Updated
Dec 22, 2020 - Go
Summary
Add a site AMP version.
Basic example
Nuxt.js has an example: https://github.com/nuxt/nuxt.js/tree/dev/examples/with-amp
Gatsby AMP Plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-amp/
Motivation
The AMP Project support is very important to accessibility and Google's Pagerank. So, it could will be awesome had this support in Gridsome.
My menubar is full. Even with "menubar mode" turned off it still appears up there. It should not force an icon up there.
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia
A follow up to gatsbyjs/gatsby#28614
Here are a few other places where sharp reads/writes images that don't seem to have try/catch setup around them.
https://github.com/gatsbyjs/gatsby/blob/b81e6bdb70fbda4f02739728f79b12c166b1a188/packages/gatsby-plugin-sharp/src/image-data.ts#L61
https://github.com/gatsbyjs/gatsby/blob/b81e6bdb70fbda4f02739728f79b12c166b1a188/pack