George Zhao
George Zhao
@JasonShin opps, my bad, I missed something in the `ExactObject` type. Please try with the one below ```typescript type ExactObject = ({ [Key in keyof ParameterType]: ExactObject } & Record)...
Here is an example of a `@cache(ttl: Int!)` directive. ``` # Directive definition in GraphQL language # I am using GraphQL language in this example # If you are using...
> > Here is an example of a `@cache(ttl: Int!)` directive. > > ``` > > # Directive definition in GraphQL language > > # I am using GraphQL language...
I originally created this Exact type for myself to check API input to avoid excess fields (i.e. the OpenAI spec `additionalProperties`). It looks like the implementation is not quite compatible...
I am still able to reproduce this issue in 0.3.4