Last active
June 19, 2019 12:34
-
-
Save dotansimha/ea4135d7e7b02213c637f46cc32c93c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schema: src/app/resources/schema.graphql | |
generates: | |
src/app/graphql/generated/Resolvers.java: | |
plugins: | |
- java-resolvers | |
config: | |
mappers: | |
User: com.myapp.models.UserModel#UserModel | |
Chat: com.myapp.models.ChatModel#ChatModel | |
Node: com.myapp.models.BaseModel#BaseModel | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment