-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed