d9494a5
1
2
3
4
5
6
export const RELATION_NESTED_QUERY_KEYWORDS = { CONNECT: 'connect', CONNECT_WHERE: 'where', DISCONNECT: 'disconnect', } as const;