File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export type ConnectionArguments = {
7575 ...
7676} ;
7777
78- type ConnectionConfig = {
78+ export type ConnectionConfig = {
7979 name ?: string ,
8080 nodeType : GraphQLNamedOutputType | GraphQLNonNull < GraphQLNamedOutputType > ,
8181 resolveNode ? : GraphQLFieldResolver < any , any> ,
@@ -84,7 +84,7 @@ type ConnectionConfig = {
8484 connectionFields ?: Thunk < GraphQLFieldConfigMap < any , any> > ,
8585} ;
8686
87- type GraphQLConnectionDefinitions = {
87+ export type GraphQLConnectionDefinitions = {
8888 edgeType : GraphQLObjectType ,
8989 connectionType : GraphQLObjectType ,
9090} ;
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ export type {
33 Connection ,
44 ConnectionArguments ,
55 ConnectionCursor ,
6+ ConnectionConfig ,
7+ GraphQLConnectionDefinitions ,
68 Edge ,
79 PageInfo ,
810} from './connection/connection' ;
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ export type {
33 Connection ,
44 ConnectionArguments ,
55 ConnectionCursor ,
6+ ConnectionConfig ,
7+ GraphQLConnectionDefinitions ,
68 Edge ,
79 PageInfo ,
810} from './connection/connection' ;
You can’t perform that action at this time.
0 commit comments