Skip to content

Field selection / filtering #48

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();

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

    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