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 whenever sui-gql-schema is added without default-features = false somewhere in the dependency tree.

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