Enigmatis / graphql-java-annotations

GraphQL Annotations for Java
Other
387 stars 97 forks source link

Support new directives way in the schema creator #227

Closed yarinvak closed 5 years ago

yarinvak commented 5 years ago

In 7.2 the new ways of creating directives (via methods & annotations) was not yet supported. This PR adds support in the AnnotationsSchemaCreator. It also adds tests and deprecating the directiveViaAnnotation method in the processor, because directive method does the same logic.