Cargo Features
MysticLightSDK has no features set by default.
[dependencies]
mystic_light_sdk = { version = "0.4.2", features = ["serde", "async-graphql"] }
- serde
-
Enables serde
- async-graphql
-
Enables async-graphql ^4.0.1
Affects
device::DeviceMutation
,led::DeviceLedMutation
,mystic_light::MysticLightSDKMutation
,mystic_light::MysticLightGraphqlQuery
,mystic_light::MysticLightGraphqlMutation
,mystic_light::build_graphql_schema
…