We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b11c74 commit 37c19aaCopy full SHA for 37c19aa
Changes
@@ -1,5 +1,8 @@
1
Revision history for Perl extension GraphQL-Plugin-Convert-OpenAPI
2
3
+0.19 Fri 8 Feb 23:21:21 GMT 2019
4
+ - update to new SDL format
5
+
6
0.18 Fri 8 Feb 23:07:27 GMT 2019
7
- dep on JSON::Validator::OpenAPI::Mojolicious - thanks @eserte
8
lib/GraphQL/Plugin/Convert/OpenAPI.pm
@@ -7,7 +7,7 @@ use GraphQL::Debug qw(_debug);
use JSON::Validator::OpenAPI::Mojolicious;
use OpenAPI::Client;
9
10
-our $VERSION = "0.18";
+our $VERSION = "0.19";
11
use constant DEBUG => $ENV{GRAPHQL_DEBUG};
12
13
my %TYPEMAP = (
0 commit comments