"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const client_1 = require("@apollo/client");
function makeApolloFormQuery(name) {
return client_1.gql `query ApolloForm { ${name} @client }`;
}
exports.default = makeApolloFormQuery;