Separate model for GQL introspection data (#222)

This commit is contained in:
Gregory Schier
2025-06-01 06:56:00 -07:00
committed by GitHub
parent f9ac36caf0
commit af230a8f45
18 changed files with 267 additions and 60 deletions

View File

@@ -1,9 +1,11 @@
const COMMANDS: &[&str] = &[
"delete",
"duplicate",
"get_graphql_introspection",
"get_settings",
"grpc_events",
"upsert",
"upsert_graphql_introspection",
"websocket_events",
"workspace_models",
];