7 lines
92 B
Rust
7 lines
92 B
Rust
|
use juniper::graphql_subscription;
|
||
|
|
||
|
#[graphql_subscription]
|
||
|
enum Character {}
|
||
|
|
||
|
fn main() {}
|