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 22,321 public repositories matching this topic...

notexactlyawe
notexactlyawe commented May 29, 2022

Preliminary Checks

Description

Try

type: documentation good first issue status: confirmed topic: remark/mdx
strapi
sujaydeymountblue
sujaydeymountblue commented May 31, 2020

Describe the bug
At the time of registration, email has not been validated correctly http://localhost:1337/admin/auth/register

Expected behavior
An email should be valid in all aspect like

  • should check valid domain, well-formed and valid mailbox

Screenshots
invalid email1:
s1

issue: enhancement severity: low good first issue
hoppscotch
Gunni
Gunni commented Oct 13, 2021

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to realtime
  2. Paste url wss://ris-live.ripe.net/v1/ws/?client=hoppscotch.io
  3. Observe connect is disabled
  4. Remove parameter, quickly undo it and click connect (also a bug)
  5. Send { "type": "ris_subscribe" } to the remote server
  6. Observe you receive
bug good first issue
soullivaneuh
soullivaneuh commented Jun 15, 2022

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

Since the new v4 major release of react-admin, it seems we have persisted filter enabled by default.

This is convenient for the navigation. However, sometimes we need to reset to the defaults and we may have a lot of filter to disabled one by one.

Describe the solution you'd like

A generic "Clear filter" action that

directus
abdonrd
abdonrd commented Jul 8, 2022

Describe the Bug

The Markdown field interface it's editable when readonly
(you can see that it's readonly in the raw value)

https://user-images.githubusercontent.com/1007051/177955838-d978c4ea-2f61-4a58-b7aa-4eb43cc7336b.mov

It works well with the Textarea interface:
<img width="833" alt="Screen Shot 2022-07-08 at 10 52 21" src="https://user-images.githubusercontent.com/1007051/177955

App Good First Issue Bug (Potential)
dac09
dac09 commented Jun 29, 2022

What's not working?

When trying to deploy the API side using the serverless integration, builds on Windows deploy correctly, but have runtime errors.

2022-06-29 15:18:20.288	ERROR	Uncaught Exception 	{"errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module '..\\..\\lib\\logger'\nRequire stack:\n- /var/task/api/dist/functions/nested/nested.js\n- /var/task/nest
plaa
plaa commented May 6, 2019

Actual Behavior

Field coloring varies depending whether the opening brace or directive is on the same line as the type definition. Especially in more complex cases (the Bar example below) it may be preferable to have directives on their own lines.

See field: String below:

<img width="461" alt="Screenshot 2019-05-06 at 14 33 44" src="https://user-images.githubusercontent.com/1436281/57

spectrum
nickcolley
nickcolley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse
Bug good first issue

Created by Facebook

Released 2015

Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api rest