Rafał Pitoń
Rafał Pitoń
World doesn't end on GraphiQL, OT and Jaeger tho. There are plenty GraphQL APIs here that are very limited in scope, run on things like AWS lambda and are interacted...
Auth directive should wrap resolver in custom one that has access to `info.context`, eg: ```python from typing import Union from ariadne import SchemaDirectiveVisitor from graphql import ( GraphQLField, GraphQLInterfaceType, GraphQLObjectType,...
Hello, This is not planned but PRs are welcome.
Waiting for: https://github.com/graphql-python/graphql-core/issues/206
If it's not desirable, why it's not desirable? Because search engines will index GraphiQL under odd paths like `/graphql/wp-admin.php`?
Web crawlers can be told to bugger off via either robots.txt or disabling explorer view in Ariadne. And how would you want to handle posts made for wrong paths? The...
What about other ASGI applications? FastAPI? Starlite? Etc. Ect? I would suspect this is also the case for them, but would you be willing to verify this and open a...
If PR's comes up that bumps SQLAlchemy support to 2.0, I'm fine with it. But I have no resources to develop one myself.
Hello! Currently there's no way to use Ariadne GraphQL modules with Federation. It's on our radar but we are in prototyping phases of implementing Python-based solution to the problem of...
I am not a fan of shoving this logic into the `make_executable_schema`. Introducing separate utils providing inter-op would be much preferable here. I think that simplest (even if not top-performing)...