Replies: 1 comment
-
|
type Mutation{ createDepartment(department: DepartmentInput): Department For the above API, want to make two separate routes/endpoints -- How can configure in the application.properties file for two different endpoint Thanks |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems like it's not possible to externalize the GQL schema location.
Given the below application.yml configuration:
Where
GRAPHQL_SCHEMA_LOCATIONis a location in the system outside the app.Springboot fails to start with the following error:
Does this mean the schema locations cannot be set to any arbitrary external system location?
Beta Was this translation helpful? Give feedback.
All reactions