ENUM
_SubgraphErrorPolicy_
link GraphQL Schema definition
- enum _SubgraphErrorPolicy_ {
- # Data will be returned even if the subgraph has indexing errors
- # If the subgraph has indexing errors, data will be omitted. The default.
- }
ENUM
- enum _SubgraphErrorPolicy_ {
- # Data will be returned even if the subgraph has indexing errors
- # If the subgraph has indexing errors, data will be omitted. The default.
- }