Christopher Dieringer

Results 213 comments of Christopher Dieringer

this is all still a little meta for me to grok, so... pictures! suppose we're doing concurrent dev the following: ``` a:master ├── b:new_feature │   └── c:master └── d:master └──...

Ideas: `mergeSchemaDefs` has the following return statement: ```ts if (existingNode) { return { kind: node.kind === Kind.SCHEMA_DEFINITION || existingNode.kind === Kind.SCHEMA_DEFINITION ? Kind.SCHEMA_DEFINITION : Kind.SCHEMA_EXTENSION, description: node['description'] || existingNode['description'], directives:...

I think I came up with a clean solve. https://github.com/ardatan/graphql-tools/pull/6964!