The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07 - 2017-09-05

  • make GraphQL::Directive, GraphQL::Argument make GraphQL::Type::Library with Type::Tiny constraints make GraphQL::Type superclass and subclasses tidy quoting standardise method and attribute snake_casing working, tested GraphQL::Schema except assert_object_implements_interface various GraphQL::Role-s basic doc of type system

Modules

A reference implementation of the GraphQL spec in Perl.
GraphQL argument
GraphQL directive
Perl implementation
Perl implementation
GraphQL grammar
GraphQL language parser
GraphQL object role
GraphQL object role
GraphQL object role implementing input fields
GraphQL object role implementing output fields
GraphQL object role
GraphQL "leaf" object role
GraphQL "named" object role
GraphQL object role
GraphQL object role
GraphQL "output" object role
GraphQL schema object
Perl implementation
GraphQL type object
GraphQL enum type
GraphQL input object type
GraphQL interface type
GraphQL type library
GraphQL type that is a list of another type
GraphQL object type
GraphQL scalar type
GraphQL union type
Perl implementation