{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Is it possible to use all .graphqls files from resources directory with SchemaParserBuilder. Something like this:
SchemaParser.newParser().files("*.graphqls")...SchemaParserBuilder.files()method accepts array of files, yet the type of the parameter is String.So when I try to include all the files as I mentioned above, I get this error:
java.io.FileNotFoundException: classpath:*.graphqlsDid anyone try to do this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions