Skip to content

Commit

Permalink
deal with GraphQL now not loading GraphQL::Plugin::Type::DateTime by …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
mohawk2 committed Sep 7, 2021
1 parent 602e8c0 commit 737f01e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- deal with GraphQL now not loading GraphQL::Plugin::Type::DateTime by default

0.18 2021-08-29
- clarify SYNOPSIS a bit - thanks @jamesbriggs for suggestion

Expand Down
1 change: 1 addition & 0 deletions lib/GraphQL/Plugin/Convert/DBIC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package GraphQL::Plugin::Convert::DBIC;
use strict;
use warnings;
use GraphQL::Schema;
use GraphQL::Plugin::Type::DateTime;
use GraphQL::Debug qw(_debug);
use Lingua::EN::Inflect::Number qw(to_S to_PL);
use Carp qw(confess);
Expand Down

0 comments on commit 737f01e

Please sign in to comment.