-
> The `ID` scalar type represents a unique identifier, often used to
> refetch an object or as key for a cache. The ID type appears in a JSON
> response as a String; however, it is not intended to …
-
### Describe the bug
I'm trying to write a plugin that supplies several scalars, directives, and interfaces via `addToSchema`. When I run the plugin against a sample file, however, it exits with an e…
-
Framework: sanic
Is there any way to get the name and type of the uploaded file?
We are currently using this implementation:
```
for _, file_list in info.context.req.files.items():
file_name …
-
Hello there,
So I have this struct
```
type serviceAccount struct {
Name graphql.String
Labels map[string]interfaces{}
}
```
which results into
```
failed to wri…
-
I am using the library `github.com/guregu/null` in order to provide an easy management of null fields on my database entities. The library provides the following structures:
- `null.String`
- `null.…
-
### What happened?
Errors occurring in packaged scalars like `Int` return unstructured `error`s making them difficult to identify in an [error presenter](https://gqlgen.com/reference/errors/#the-er…
-
In RDF it's quite common to use subclasses, and somewhat common to use union types (eg `schema:rangeIncludes` states a field can take values from several different classes; `owl:unionOf` does a simila…
-
See discussion in https://github.com/graphql-dotnet/graphql-dotnet/pull/2357#discussion_r588738887
The spec says
![изображение](https://user-images.githubusercontent.com/21261007/110234641-a2bd1c…
-
via https://github.com/hasura/graphql-engine/issues/3232#issuecomment-576796667
Tracking an SQL function which returns `SETOF ` and type of any one of input arguments is a table row (already tracke…
-
#### Screenshot
![Screenshot](https://user-images.githubusercontent.com/59318963/150017842-367cddde-37bc-4f78-9cc7-37b14e1381c6.png)
#### Description
Trying to test my schema i get this error from …