同问
开发者问题收集
[GraphQL 错误]:消息:未提供所需类型“MongoID!”的变量“$id”。
我有以下查询:import { gql } from 'apollo-boost';const GetUserInfo = gql`query getUserInfo($id: MongoID!){userById(_id: $id){local{username...}}`;export {GetUserInfo} ;然后我已将查询绑定到我的“React.Component”import Re
reactjs
mongodb
graphql
react-apollo
apollo-boost
2019-01-03
«
1
»