-
This is where I'm going to start tracking features for 5.0, the next major version of `cppgraphqlgen`. This will be a breaking change for existing consumers, so it's an opportunity to cleanup deprecat…
-
I'm generating the client code with the CLI tool.
The generated file for a query "GetData" will look something like this, with a custom scalar "URL":
```rust
pub struct GetData;
pub mod get_da…
-
**Describe the bug**
2 issues:
1. A child interface that implements a parent interface does not actually do so with code generated under the "typescript" plugin even though the feature is now suppor…
-
### Description
It appears that the `LongType` included with the SchemaDefinition implementation is not actually supported. If I define a mutation field in my schema with input type `LongType`, li…
-
Explorer is broken when there is a scalar named "bool".
IntrospectionQuery Result
```
{
"data": {
"__schema": {
"directives": [],
"mutationType": {
"name": "Mutatio…
-
#### This issue pertains to the following package(s):
- [ ] GraphQL Playground - Electron App
- [x] GraphQL Playground HTML
- [ ] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
-
I am having a strange issue where generated input Schema generates Zod objects in the wrong order, resulting in a "is used before being assigned" error.
**Server Setup**
package.json:
```
Node V…
-
**Issue by [aloof-ruf](https://github.com/aloof-ruf)**
_Monday Nov 27, 2017 at 17:19 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/1334_
----
**Current behaviour**
Right no…
-
Might be totally dumb question. But I couldn't make it work.
Here is my code for making Custom Scalar for `u8` type.
```
#[juniper::graphql_scalar(description = "u8")]
impl GraphQLScalar for…
-
How can I add some scalar like strawberry JSON?
schemathesis always crashes while printing the AST.
is the definition
```` python
from strawberry.scalars import JSON
@st.composite
def js…