Added possibility to put auth schema to root graphs #181
Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 6s

This commit is contained in:
2025-09-29 08:46:51 +02:00
parent f49d1078ff
commit 76c568be81
5 changed files with 54 additions and 23 deletions

View File

@@ -96,6 +96,9 @@ def main():
schema.mutation.with_mutation("post", PostMutation).with_public()
app.with_auth_root_queries(True)
app.with_auth_root_mutations(True)
app.with_playground()
app.with_graphiql()