DocumentAnalyzer

case class DocumentAnalyzer(document: Document)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def resolveDirectives[T](resolvers: AstSchemaGenericResolver[T]*): Vector[T]
def separateOperation(operationName: Option[String]): Option[Document]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val separateOperations: Map[Option[String], Document]