DOKK / manpages / debian 12 / libgraphql-perl / GraphQL::Introspection.3pm.en
GraphQL::Introspection(3pm) User Contributed Perl Documentation GraphQL::Introspection(3pm)

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.

2022-03-27 perl v5.34.0