Skip to content

[bug] Setting async_client = false does not work properly when enable_custom_operations = true. #303

Closed
@huy-d-nguyen

Description

@huy-d-nguyen

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions