Enigmatis / graphql-java-annotations

GraphQL Annotations for Java
Other
387 stars 97 forks source link

DataFetcherConstructor args constructor as the annotation + tests #167

Closed danieltaub96 closed 6 years ago

danieltaub96 commented 6 years ago

@GraphQLDataFetcher have args (String[]) fields, and the class thats implements DataFetcher should expect to get those args with String[] constructor... of course that it's have Backwards compatibility wrote some tests for the DataFetcherConstructor class

yarinvak commented 6 years ago

Please udpate the readme with all the possible options of how the constructor of datafetche can look like

danieltaub96 commented 6 years ago

done