-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat:pass other apollo server options. #24
base: master
Are you sure you want to change the base?
Conversation
@@ -1,3 +1,7 @@ | |||
2.3.1 / 2018-12-28 |
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.
history不需要改
// apollo server的透传参数 | ||
apolloServerOptions: { | ||
rootValue, | ||
formatError, |
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.
缺少单测,最好把formatError这个测试一下,测试下是否可以在应用外面接收到格式化后的error
const { | ||
onPreGraphiQL, | ||
onPreGraphQL, | ||
apolloServerOptions |
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.
这个文档补一下,补在外面readme
请问这个apollo server options什么时候能更新,项目进行中,有点尴尬... |
请问这个options什么时候可以更新? |
Checklist
npm test
passesAffected core subsystem(s)
Description of change