Closed
Description
Hello,
It appears that our recent feature, enable_custom_operations
, is not functioning correctly when we set async_client = false
. Although the BaseClient is the synchronous version, the generated client is improperly using async def for its functions (e.g., async def query
& async def mutation
) when it should be using normal def.
