Skip to content

Queries for all elements #18

@schroeer

Description

@schroeer

Again referring to the example setup of #15.

Another thing that I would like to have is queries such as allPeople. They could easily be made from the existing plural queries by making the id non-mandatory:

type Query {
  people(id: [Int!]): [Person]
}

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