Alexander

Results 14 issues of Alexander

Fixes https://github.com/IBM/openapi-to-graphql/issues/452

**Describe the bug** It seems to me like the fields in a schema takes precedence whenever a field references a type that already exists. For inline objects, it seems reasonable...

**Describe the bug** Queries with query parameters that are array based doesn't work. It boils down to this line: https://github.com/IBM/openapi-to-graphql/blob/89515187ed664370a9bbc1cd58f843412d20741c/packages/openapi-to-graphql/src/resolver_builder.ts#L1374 An array is also considered an object in JavaScript. The...

### **Feature request** ### What is the current behavior? If `true`, validation will happen on blur. If `false`, validation will happen on change. Defaults to `false`. ### What is the...

Schema file can't exist in "hidden" folders. **To Reproduce** Place a schema in a folder starting with a dot. For example: Schema location: ``` .mesh/schema.graphql ``` graphql.config.yml ``` schema: './.mesh/schema.graphql'...

Another fast ESTree parser is oxc. https://github.com/web-infra-dev/oxc#-ast-and-parser However the generated ESTree AST slightly differs: > The Oxc AST differs slightly from the [estree] AST by removing ambiguous nodes and introducing...

Our loader runs too early in some cases. If we include our loader too late in the process, some of our identifiers might've been three shaken away (such as globalStyle)....

As I almost mentioned in https://github.com/eagerpatch/navita/pull/43, the caching mechanism we're using right now, always assumes in-memory usage. This works very well as it is right now, but the way the...

enhancement
engine

documentation
good first issue
next.js