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 = {
75
75
...
76
76
} ;
77
77
78
- type ConnectionConfig = {
78
+ export type ConnectionConfig = {
79
79
name ?: string ,
80
80
nodeType : GraphQLNamedOutputType | GraphQLNonNull < GraphQLNamedOutputType > ,
81
81
resolveNode ? : GraphQLFieldResolver < any , any> ,
@@ -84,7 +84,7 @@ type ConnectionConfig = {
84
84
connectionFields ?: Thunk < GraphQLFieldConfigMap < any , any> > ,
85
85
} ;
86
86
87
- type GraphQLConnectionDefinitions = {
87
+ export type GraphQLConnectionDefinitions = {
88
88
edgeType : GraphQLObjectType ,
89
89
connectionType : GraphQLObjectType ,
90
90
} ;
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ export type {
3
3
Connection ,
4
4
ConnectionArguments ,
5
5
ConnectionCursor ,
6
+ ConnectionConfig ,
7
+ GraphQLConnectionDefinitions ,
6
8
Edge ,
7
9
PageInfo ,
8
10
} from './connection/connection' ;
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ export type {
3
3
Connection ,
4
4
ConnectionArguments ,
5
5
ConnectionCursor ,
6
+ ConnectionConfig ,
7
+ GraphQLConnectionDefinitions ,
6
8
Edge ,
7
9
PageInfo ,
8
10
} from './connection/connection' ;
You can’t perform that action at this time.
0 commit comments