Crate sudograph[−][src]
Re-exports
pub use sudodb; | |
pub use serde; | |
pub use serde_json; | |
pub use async_graphql; | |
pub use ic_cdk; | |
pub use ic_cdk_macros; | |
pub use rand; |
Macros
| graphql_database |
Structs
| EmptySubscription | Empty subscription |
| Schema | GraphQL schema. |
Functions
| ic_print | Prints the given message. |
| to_json_string | Serialize the given data structure as a String of JSON. |
Attribute Macros
| init | |
| post_upgrade | |
| query | Create a query call endpoint. |
| update | Create an update call endpoint. |