GraphQL::Introspection - Perl implementation of GraphQL
use GraphQL::Introspection qw($QUERY);
my $schema_data = execute($schema, $QUERY);
Provides infrastructure implementing GraphQL's introspection.
The GraphQL query to introspect the schema.
The enum type describing kinds of type. The second-most-meta type here, after
$TYPE_META_TYPE itself.
The enum type describing directive locations.
The type describing enum values.
The type describing input values.
The type describing fields.
The type describing directives.
The type describing a type. "Yo dawg..."
The type describing the schema itself.
The meta-field existing on the top query.
The meta-field existing on the top query, describing a named type.
The meta-field existing on each object field, naming its type.