DocExt extension

on
  • DocumentNode

Methods

findByName<T extends TypeDefinitionNode>(String typeName) → T?

Available on DocumentNode, provided by the DocExt extension

findFragment(String type) → FragmentDefinitionNode?

Available on DocumentNode, provided by the DocExt extension

findType(TypeNode type) → TypeDefinitionNode?

Available on DocumentNode, provided by the DocExt extension

findTypeByName(String typeName) → TypeDefinitionNode?

Available on DocumentNode, provided by the DocExt extension

Operators

operator +(DocumentNode node) → DocumentNode

Available on DocumentNode, provided by the DocExt extension