Cargo Features
[dependencies]
sui-gql-schema = { version = "0.11.1", default-features = false, features = ["build", "scalars"] }
- default = scalars
-
The
scalars
feature is set by default wheneversui-gql-schema
is added without
somewhere in the dependency tree.default-features = false - build
-
Enables cynic-codegen
For build (optional)
Affects
sui-gql-schema::SCHEMA_SUI
,sui-gql-schema::register_schemas
… - scalars default
-
Enables af-sui-types
Public dependencies; a SemVer-breaking bump in one of these must come with a SemVer-breaking bump to this crate https://rust-lang.github.io/rfcs/3516-public-private-dependencies.html
and base64, chrono, derive_more, serde, serde_json, and serde_with
base64:
For scalars (optional)
Affects
sui-gql-schema::scalars
…