Skip to content

members/members query max page doesn't error when exceeded #150

@brettski

Description

@brettski

When calling {members { members () }} with a page size greater than it's max (100) no error is thrown. The max value (100) is used instead.

E.g. given:

query {
  members {
    members (pageSize: 300 orderBy: FIRSTNAME) {
      name
    }
  }
}

The resulting page of members will be 100. An error should be thrown indicating that the max page size.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions