export enum RootType { Query = 'query', Mutation = 'mutation', Subscription = 'subscription', }