export type GQLVariable = { name: string; value: string; type?: "String" | "Number"; };