Enigmatis / graphql-java-annotations

GraphQL Annotations for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inconsistency between PropertyDataFetcher and MethodDataFetcher

yarinvak opened this issue · comments

commented

MethodDataFetcher is using the GraphQLName
and PropertyDataFetcher is using the field names
We need to make it consistent