You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PavelSusloparov, now I got you.
interfaces are not generated when you are passing a flag generateApis = false
I will fix it in the next release.
kobylynskyi
changed the title
Add support for GraphQL interfaces
GraphQL interfaces are not generated when if mappingConfig has "generateApis = false"
Sep 18, 2019
kobylynskyi
changed the title
GraphQL interfaces are not generated when if mappingConfig has "generateApis = false"
GraphQL interfaces are not generated if mappingConfig has "generateApis = false"
Sep 20, 2019
Is your feature request related to a problem? Please describe.
Interfaces generation is not supported as of now.
schema.graphqls
There is no class MyInterface automatically generated in the target folder.
Describe the solution you'd like
The interface is automatically generated in the target folder.
MyInterface.java
The text was updated successfully, but these errors were encountered: