import { gql } from "graphql-tag" export const Jotform = gql` fragment Jotform on Jotform { form_id } `