如何从Apollo客户端向服务器发送完全生成的查询字符串?

时间:2020-05-25 09:10:45

标签: graphql apollo

...而不仅仅是向模板提供一些参数

类似:

 import gql from "graphql-tag";
 const qu = "{varEntityName} + ({varParamName}:{varParamValue})  {...other param variables}"
 const GET_VALUES = gql`{qu}` 

0 个答案:

没有答案