export type GraphQLOrder = { [key: string]: 'DESC' | 'ASC' | GraphQLOrder; };