export const RELATION_NESTED_QUERY_KEYWORDS = { CONNECT: 'connect', CONNECT_WHERE: 'where', DISCONNECT: 'disconnect', } as const;