File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
src/main/java/graphql/annotations Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1515package graphql .annotations ;
1616
1717import graphql .relay .Relay ;
18- import graphql .schema .*;
18+ import graphql .schema .DataFetcher ;
19+ import graphql .schema .DataFetchingEnvironment ;
20+ import graphql .schema .FieldDataFetcher ;
21+ import graphql .schema .GraphQLArgument ;
22+ import graphql .schema .GraphQLFieldDefinition ;
23+ import graphql .schema .GraphQLInputObjectField ;
24+ import graphql .schema .GraphQLInputObjectType ;
25+ import graphql .schema .GraphQLInputType ;
26+ import graphql .schema .GraphQLInterfaceType ;
27+ import graphql .schema .GraphQLList ;
1928import graphql .schema .GraphQLNonNull ;
29+ import graphql .schema .GraphQLObjectType ;
30+ import graphql .schema .GraphQLOutputType ;
31+ import graphql .schema .GraphQLUnionType ;
32+ import graphql .schema .PropertyDataFetcher ;
33+ import graphql .schema .TypeResolver ;
2034import org .osgi .service .component .annotations .Component ;
2135import org .osgi .service .component .annotations .Reference ;
2236
You can’t perform that action at this time.
0 commit comments