![]() |
![]()
| ![]() |
![]()
NAMEGraphQL::Introspection - Perl implementation of GraphQL SYNOPSISuse GraphQL::Introspection qw($QUERY); my $schema_data = execute($schema, $QUERY); DESCRIPTIONProvides infrastructure implementing GraphQL's introspection. EXPORT$QUERYThe GraphQL query to introspect the schema. $TYPE_KIND_META_TYPEThe enum type describing kinds of type. The second-most-meta type here, after $TYPE_META_TYPE itself. $DIRECTIVE_LOCATION_META_TYPEThe enum type describing directive locations. $ENUM_VALUE_META_TYPEThe type describing enum values. $INPUT_VALUE_META_TYPEThe type describing input values. $FIELD_META_TYPEThe type describing fields. $DIRECTIVE_META_TYPEThe type describing directives. $TYPE_META_TYPEThe type describing a type. "Yo dawg..." $SCHEMA_META_TYPEThe type describing the schema itself. $SCHEMA_META_FIELD_DEFThe meta-field existing on the top query. $TYPE_META_FIELD_DEFThe meta-field existing on the top query, describing a named type. $TYPE_NAME_META_FIELD_DEFThe meta-field existing on each object field, naming its type.
|