-
First, thank you for starting this project — I think it's something the GraphQL community definitely needs to have.
I'd like to propose a tweak: make `DateTime` be timezone-agnostic (i.e. unaware o…
-
C:\tmp\gogo\node_modules\graphql-s2s\src\utilities.js:38
const escapeGraphQlSchema = (sch, cr='░', t=' ') => sch.replace(/[\n\r]+/g, cr).replace(/[\t\r]+/g, t).replace(/\s+/g, ' ')
…
-
In the context of GraphQL-Core, the following questions came up:
* Why is the `types` property of `UnionTypeDefinitionNode` marked as optional? The method `parseUnionMemberTypes()`, which is used t…
-
Hi, i have been using your package for a bit now - it is great, thank you!
I have been having issues with the type coercion of the built-in scalar types of `graphql-php`. After some investigation, …
-
I would like some clarification on using variables in scalars.
Given the following schema:
```graphql
scalar Custom
type Query {
hello(custom: Custom!): String!
}
```
We know that …
-
Integration with https://github.com/jaydenseric/apollo-upload-server
-
When building using the babel plugin, it fails with the error `Module not found: Internal Error: Unexpected extension kind: 'InputObjectTypeDefinition'`.
![CleanShot 2021-01-16 at 06 51 48](https:…
-
Not sure if I'm just misunderstanding how this is supposed to work. I have a somewhat complicated type that I would like to send over GraphQL. No problem, I used the `juniper::graphql_scalar!` macro t…
-
## Issue Description
If an input field for a mutation is e.g. of `DateTime` type, the generated GraphQL mutation contains the stringified datetime not in escaped strings which leads to a syntax par…
-
Hi, i am experiencing the following error with graphql codegenerator tool with flow. Generated code looks fine, but documentation returns an Error.
test.flow.js
```javascript
// @flow
/** All …