NAME
GraphQL::Parser - GraphQL language parser
VERSION
Version 0.02
SYNOPSIS
use GraphQL::Parser;
my $parsed = GraphQL::Parser->parse(
$source
);
DESCRIPTION
Provides both an outside-accessible point of entry into the GraphQL parser (see above), and a subclass of Pegex::Receiver to turn Pegex parsing events into data usable by GraphQL.
METHODS
parse
GraphQL::Parser->parse($source, $noLocation);