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
我发现在 21 上 sdk.graph 没有带上 x-port header 几经波折后发现需要在 setGraphQLEndpoint 的第二个参数上加上 { merge: true } 才行 于是又发现类型报错了
setGraphQLEndpoint
{ merge: true }
根据GraphQLClientOption 的用法上来看,应该是等价于 SDKFetchOptions[headers]
GraphQLClientOption
SDKFetchOptions[headers]
The text was updated successfully, but these errors were encountered:
@2eha0 谢谢!
Sorry, something went wrong.
No branches or pull requests
我发现在 21 上 sdk.graph 没有带上 x-port header
几经波折后发现需要在
setGraphQLEndpoint
的第二个参数上加上{ merge: true }
才行于是又发现类型报错了
根据
GraphQLClientOption
的用法上来看,应该是等价于SDKFetchOptions[headers]
The text was updated successfully, but these errors were encountered: