export interface Mutation {
    methodName: string;
    typeUrl: string;
    TypeName: string;
}
