Added subscriptions final #181
All checks were successful
Test before pr merge / test-lint (pull_request) Successful in 7s

This commit is contained in:
2025-10-08 21:22:51 +02:00
parent 3774cef56a
commit 545540d05d
14 changed files with 243 additions and 116 deletions

View File

@@ -100,7 +100,7 @@ def main():
schema.mutation.with_mutation("post", PostMutation).with_public()
schema.subscription.with_subscription("post", PostSubscription)
schema.subscription.with_subscription(PostSubscription)
app.with_auth_root_queries(True)
app.with_auth_root_mutations(True)