allowEmptySelectionSets

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: false