allowEmptySelectionSets

Deprecated

Empty selection sets are now allowed by default, this option will be removed in a future version

Whether to allow empty selection sets, as in { hero { } }.

See https://github.com/graphql/graphql-spec/pull/1227

Empty selection sets are told apart from absent ones by GQLField.selectionSetPresent.

Default: true


Deprecated

Empty selection sets are now allowed by default, this option will be removed in a future version