GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GraphQL::Introspection(3) User Contributed Perl Documentation GraphQL::Introspection(3)

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.
2019-04-28 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.