Fragment spread target defined

Formal Specification

  • For every namedSpread in the document.
  • Let fragment be the target of namedSpread
  • fragment must be defined in the document

Explanatory Text

Named fragment spreads must refer to fragments defined within the document. If the target of a spread is not defined, this is an error:

{
  dog {
    ...undefinedFragment
  }
}

results matching ""

    No results matching ""