-
Federation is great! I love it! This demo is also awesome, thanks! I do have one question about obtaining data from external services.
Let's say I work on the **Accounts** team. We're using Apollo …
-
# Version 1.0.0 Roadmap
There are several features I'd like to include in version 1.0.0. Here's a list of some of my ideas.
## adding parameter support
New fields should be able to specify pa…
-
I am making a photo gallery site, and photo urls are generated on the server and not managed by the neo4j database.
This is currently my typedefs:
```graphql
type PhotoURL {
thumbnail: Strin…
-
There are various problems when trying to build a schema that make the API more confusing.
- Inferring a schema comes with the problem of it not being intuitive where `build` will check for the operat…
-
## Actual Behavior
1. hover over, get correct definition
![image](https://user-images.githubusercontent.com/18282328/94208696-8c874b00-ff1e-11ea-8125-c054ae50125f.png)
2. right click,
![image](htt…
-
Say you have a malformed JSON schema that is not in the form expected by the relay compiler. It contains `__schema` as a top level key, but is missing the outer-most `data` key:
```json
{
"__…
-
### Expected Behavior
I want to validate the whole input data.
### What happens instead?
{
"code": 0,
"error": "(Railt\\SDL\\Exceptions\\TypeNotFoundException) Type \"validate\" not fou…
-
The [Hasura API](https://hasura.io/docs/latest/graphql/core/api-reference/schema-api/index.html#schema-apis)
has a method for querying the public schema,
which is used by Hasura's web console to dis…
-
Please consider adding an `internal` (`exclude`?) directive for any sort of fields. This should move the field out of Query/Mutation while keeping it available on deeper levels.
The default to be t…
-
This feature would be useful when we have types and inputs generated by Prisma, and want to add custom implemented Query and Mutation for real-world app.
For example:
```
const { importSchema } =…
atten updated
4 years ago