File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -817,27 +817,27 @@ export interface GatsbyGraphQLObjectType {
817
817
config : ComposeObjectTypeConfig < any , any >
818
818
}
819
819
820
- interface GatsbyGraphQLInputObjectType {
820
+ export interface GatsbyGraphQLInputObjectType {
821
821
kind : "INPUT_OBJECT"
822
822
config : ComposeInputObjectTypeConfig
823
823
}
824
824
825
- interface GatsbyGraphQLUnionType {
825
+ export interface GatsbyGraphQLUnionType {
826
826
kind : "UNION"
827
827
config : ComposeUnionTypeConfig < any , any >
828
828
}
829
829
830
- interface GatsbyGraphQLInterfaceType {
830
+ export interface GatsbyGraphQLInterfaceType {
831
831
kind : "INTERFACE"
832
832
config : ComposeInterfaceTypeConfig < any , any >
833
833
}
834
834
835
- interface GatsbyGraphQLEnumType {
835
+ export interface GatsbyGraphQLEnumType {
836
836
kind : "ENUM"
837
837
config : ComposeEnumTypeConfig
838
838
}
839
839
840
- interface GatsbyGraphQLScalarType {
840
+ export interface GatsbyGraphQLScalarType {
841
841
kind : "SCALAR"
842
842
config : ComposeScalarTypeConfig
843
843
}
You can’t perform that action at this time.
0 commit comments