Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Fix error in extractTypeMapFromTypeDefs #154

Merged
merged 1 commit into from
Dec 6, 2018

Conversation

cooperka
Copy link
Contributor

@cooperka cooperka commented Dec 6, 2018

Error: TypeError: Cannot read property 'value' of undefined when t is { kind: 'SchemaDefinition', ... } because apparently SchemaDefinition has no name.

Admittedly, I'm not exactly sure why this fails for me, assuming it's working for others; I don't have time at the moment to dig deeper than this, but it seems like a simple enough fix. Cheers!

Error: `TypeError: Cannot read property 'value' of undefined`
when `t` is `{ kind: 'SchemaDefinition', ... }` (which has no `name`).
@johnymontana johnymontana merged commit 893b9f3 into neo4j-graphql:master Dec 6, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants