#!/bin/bash

rm -rf src/apollo/definitions/*
apollo client:codegen -c apollo.config.js --globalTypesFile=src/apollo/definitions/globalTypes.ts --target typescript --outputFlat src/apollo/definitions --no-addTypename
