_SubgraphErrorPolicy_
No description
enum _SubgraphErrorPolicy_ {
  allow
  deny
}
Values
_SubgraphErrorPolicy_.allow
Data will be returned even if the subgraph has indexing errors
_SubgraphErrorPolicy_.deny
If the subgraph has indexing errors, data will be omitted. The default.