-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Description
Currently, "classpath:graphql" is the default location for server schema files and for ".graphql" document files for GraphQlClient and GraphQlTester, which leads to issues like #308 where "graphql" under src/test (for documents to test the server with) overshadows the same location with the schema files under src/main.
We need to refine this a bit as follows:
- The server remains with the current default
"graphql"on the main classpath - The Tester can default to
"graphql-test"(undersrc/test) for document files to test the server with - The Client can default to
"graphql-documents"(undersrc/main), and we can expose an overloaded method onGraphQlClient.Builderto make it easy to have a different location for each remote server.
nilshartmann
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement