ENUM
SearchabilityState
The enumeration of different searchability states. A value of Yes will return all documents that are not tagged with searchable=N; A value of No will return all documents that are tagged with searchable=N; A value of Any will return all documents regardless of the value or presence of the searchable tag.
link GraphQL Schema definition
- enum SearchabilityState {
- }
link Require by
This element is not required by anyone