Cargo Features
[dependencies]
graphql-tools = { version = "0.4.0", default-features = false, features = ["graphql_parser_fork", "graphql_parser"] }
- default = graphql_parser
-
The
graphql_parser
feature is set by default whenevergraphql-tools
is added without
somewhere in the dependency tree.default-features = false - graphql_parser_fork
-
Enables graphql-parser-hive-fork
- graphql_parser default
-
Enables graphql-parser
graphql-tools has 3 features without comments.