## Support all scalar/definition types in `type-dictionary` ### Scalar - [x] GraphQLInt, - [x] GraphQLFloat, - [x] GraphQLString, - [x] GraphQLBoolean, - [x] GraphQLID ### Definitions - [ ] GraphQLScalarType, - [x] GraphQLObjectType, - [ ] GraphQLInterfaceType, - [ ] GraphQLUnionType, - [x] GraphQLEnumType, - [x] GraphQLInputObjectType, - [x] GraphQLList, - [x] GraphQLNonNull, - [ ] GraphQLDirective,