Skip to content

Field selection / filtering #48

@JacobMountain

Description

@JacobMountain

We should add the ability to filter the fields that are selected in queries.

Possible solutions are:

  • Only include only these selected fields
@GraphQLQuery(value = "field", select = {
    @GraphQLInclude("subSelection")
})
public Field getField();
  • Exclude all of these fields
@GraphQLQuery(value = "field", exclude = {
    @GraphQLExclude("subSelection")
})
public Field getField();

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions