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

@@ -4,8 +4,10 @@ permissions = [
"allow-delete",
"allow-duplicate",
"allow-get-settings",
"allow-get-graphql-introspection",
"allow-grpc-events",
"allow-upsert",
"allow-upsert-graphql-introspection",
"allow-websocket-events",
"allow-workspace-models",
]