Also changes all (I think) GraphQLFields to use type_ on their init calls instead of type to avoid shadowing with builtin type and also helps on the transition to graphql-core-v3.
Some extra type definitions were added based on graphql-core-v3 codebase but didn't make the entire refactor to keep things simple.
Fixes #276.
Also changes all (I think) GraphQLFields to use
type_
on their init calls instead oftype
to avoid shadowing with builtintype
and also helps on the transition tographql-core-v3
.Some extra type definitions were added based on
graphql-core-v3
codebase but didn't make the entire refactor to keep things simple.