标签: graphql apollo
...而不仅仅是向模板提供一些参数
类似:
import gql from "graphql-tag"; const qu = "{varEntityName} + ({varParamName}:{varParamValue}) {...other param variables}" const GET_VALUES = gql`{qu}`