We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scenario: run defradb client schema add -f example/user.graphql then tun defradb client schema add -f example/booksauthpub.graphql
defradb client schema add -f example/user.graphql
defradb client schema add -f example/booksauthpub.graphql
Errors with the message:
{ "errors": ["Schema must contain unique named types but contains multiple types named 'authorNumericAggregateBaseArg'."], "data": null }
My suspicion is that its running the entire generate schema routine for all the typed defined, instead of running only for the new types.
The text was updated successfully, but these errors were encountered:
Blocked by #594
Sorry, something went wrong.
@AndrewSisley working towards getting #594 merged.
But, how is this blocked by it?
code is modified and moved around in the PR, is a waste of time to do both concurrently, and then again when fixing conflicts etc
no longer blocked
blocked by #625
"Failing to append runtime schema -> field type must be Input Type but got: " suspect error message
jsimnz
AndrewSisley
Successfully merging a pull request may close this issue.
Scenario:
run
defradb client schema add -f example/user.graphql
then tun
defradb client schema add -f example/booksauthpub.graphql
Errors with the message:
My suspicion is that its running the entire generate schema routine for all the typed defined, instead of running only for the new types.
The text was updated successfully, but these errors were encountered: