ENUM

_SubgraphErrorPolicy_

link GraphQL Schema definition

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