MCPcopy Create free account
hub / github.com/Wulf/create-rust-app / GraphQL

Class GraphQL

crates/create-rust-app_cli/src/plugins/graphql.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8use rust_embed::RustEmbed;
9
10pub struct GraphQL {}
11
12#[derive(RustEmbed)]
13#[folder = "template-plugin-graphql"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected