Skip to content

Bug with count in get_full_connections #264

@Antonkoch999

Description

@Antonkoch999

Replace this:
def get_full_connections( self, object_id: str, connection: str, count: Optional[int] = 10, limit: Optional[int] = None, **kwargs, ) -> dict:
to
def get_full_connections( self, object_id: str, connection: str, count: Optional[int] = None, limit: Optional[int] = None, **kwargs, ) -> dict:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions