File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import * as T from './pluginTypes' ;
22import debugFactory from 'debug' ;
3- import { GraphQLList } from 'graphql' ;
43const debug = debugFactory ( 'graphile-build-pg' ) ;
54
65const PostGraphileManyDeletePlugin : T . Plugin = (
@@ -44,6 +43,7 @@ const PostGraphileManyDeletePlugin: T.Plugin = (
4443 pgIntrospectionResultsByKind,
4544 pgSql : sql ,
4645 graphql : {
46+ GraphQLList,
4747 GraphQLNonNull,
4848 GraphQLInputObjectType,
4949 GraphQLString,
Original file line number Diff line number Diff line change 11import * as T from './pluginTypes' ;
22import debugFactory from 'debug' ;
3- import { GraphQLList } from 'graphql' ;
43const debug = debugFactory ( 'graphile-build-pg' ) ;
54
65const PostGraphileManyUpdatePlugin : T . Plugin = (
@@ -44,6 +43,7 @@ const PostGraphileManyUpdatePlugin: T.Plugin = (
4443 pgIntrospectionResultsByKind,
4544 pgSql : sql ,
4645 graphql : {
46+ GraphQLList,
4747 GraphQLNonNull,
4848 GraphQLInputObjectType,
4949 GraphQLString,
You can’t perform that action at this time.
0 commit comments