-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
IHP GraphQL Standalone #1392
base: master
Are you sure you want to change the base?
IHP GraphQL Standalone #1392
Conversation
…tion is created and run directly
…ot returns the expected results
…instead of "users" if a mutation is used
]; | ||
license = lib.licenses.mit; | ||
preBuild = '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This stage currently fails when I check out these changes locally and perform a build:
I have worked around that by escaping nix sandboxing: nix-shell --option build-use-sandbox false
since otherwise npm will fail due to no internet access. Is this the best option available for nix+npm, escaping the sandbox?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes known issue. The thin backend binaries are also built without sandbox. We can fix this by using something like https://github.com/svanderburg/node2nix
…h has one relationship
Docs: https://digitallyinduced.notion.site/IHP-GraphQL-d3b502d22d1640ca8a6d82cb5bd4c3d8