Skip to content

[BUG] totalMembers returns only the number of connected pool members #2049

Description

@tjovcheska

Describe the bug:
The totalMembers is returning only the number of connected pool members instead of the total number of pool members.

Steps To Reproduce:
Steps to reproduce the behavior:

  1. Run the Query
    query MyQuery {
    pool(id: "") {
    totalMembers
    }
    }

Expected behavior:
The totalMembers should return the combined total of totalConnectedMembers and totalDisconnectedMembers.

Actual behavior:
The totalMembers currently returns the value of totalConnectedMembers when poll units are greater than 0.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions