Carlo

Results 9 issues of Carlo

Hi there, thank you for the tool, it is great. Is there any plan to support Oracle databases too? Carlo

feature request

Hi there, is there any plan to support GraphQL schema federation (multiple graphQL endpoints exposed as a single /graphql) and including subscriptions as a managed type? Thank you

Hi there, this is a really interesting project. I was wondering why the target runtime is obtained transpiling to a C template, instead of directly using rust itself (eg. using...

discussion

Hello, is there a way to define a parametric dependency injection based on some of the query/mutation variables? Eg. something like ``` def custom_context_dependency(name: str) -> str: return name async...

Is there a way to implement subscriptions as SSE instead of WebSockets or do you plan to add some support in the near future?

feature-request

# Bug report In python 3.11 asyncio module, a new version of `set_write_buffer_limits` and `get_write_buffer_limits` has been introduced for SSL (sslproto.py), that doesn't delegate to the transport layer. However the...

type-bug

When using a pubsub in Yoga we should go through the `createPubSub`, which gives us back the publisher and subscriber tuple, useful for further processing. The pubsub uses a logic...

Instrumenting a FastAPI app with New Relic executable (`newrelic-admin run-program`) causes failures in app endpoints due to a type mismatch on the ASGI middlewares chain **Description** Using this minimal example...

bug
needs-triage