-
I have an autogenerated type (by graphql codegen) like this:
```typescript
/** Specifies the fields required to create a new customer. */
export type CustomerCreateInput = {
/** The customer’s…
aynik updated
3 years ago
-
**Describe the bug**
I'm getting invalid schema validation errors:
![image](https://user-images.githubusercontent.com/327717/145193417-676a3433-2692-41c4-8eb3-ca05edec13fa.png)
**To Reproduce…
-
## What is it?
* Support proc/param metadata.
* Support optional parameters.
* Support output parameters.
* Support error-provider parameters.
### Output scenario
This demonstrates an outp…
-
I have this very long graphql schema generated:
```
scalar Duration
scalar AnySimpleType
scalar DateTime
scalar GYear
type CatalogReleaseReferenceList {
catalogReleaseReference: [String!]…
-
## Motivation
It's likely a worthy endeavor to roll a few scalar types that can convert to and from the opaque types we've created in `@solana/rpc-core`.
Right now, their primitive parents a…
-
This seems to be a regression of #198 as far as I can tell. It seems to be the same issue that was supposedly fixed in 5.7, however, I'm still experiencing it on 6.2
Using a custom scalar type that…
-
Migrated from: apollographql/apollo-client#585
-
# Schemas and Types
http://graphql.org/learn/schema
> On this page, you'll learn all you need to know about the GraphQL type system and how it describes what data can be queried.
## Type …
-
As discussed in #37, the Graphql spec is [actively working on a proposal](https://github.com/facebook/graphql/pull/326) to have a "serializes as" field for scalars in the introspection schema. This wo…
-
### What's not working?
By default, a `BigInt` graphQL scalar type maps to a `number`. For right now we have added the capability through a `codegen.yml` file with the following:
```
config:
…