The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension GraphQL-Plugin-Convert-OpenAPI

0.07	Sat Dec 30 12:40:31 GMT 2017
 - update resolver docs
 - deal with type "object" as key/value
 - handle empty-string enum values
 - test/implement using local OpenAPI, using promises

0.06	Tue 12 Dec 03:48:59 GMT 2017
 - resolver die if not is_success

0.05	Sun Dec 10 23:08:40 GMT 2017
 - no error if hash key not present
 - handle additionProperties arbitrary hash pairs right
 - add petstore API schema to tests
 - use OpenAPI::Client 0.13 "call" interface

0.04	Sat  9 Dec 07:15:39 GMT 2017
 - handle operationId with space
 - doc fix
 - use petstore-expanded.json as test corpus

0.03	Tue Nov 28 07:52:54 GMT 2017
 - make nullable not override non-null for allOf

0.02	Tue Nov 28 06:25:04 GMT 2017
 - implement talk to remote and local (Mojolicious) app

0.01	Thu Nov 23 19:16:31 GMT 2017
 - first version