moltco

Results 2 comments of moltco

Is it possible to check for permissions on a generic query that uses DjangoFilterConnectionField to list all records of a certain Type. For example I want only super admin to...

If I add to join-monster/dist/query-ast-t-sql-ast/index.js:116 the following line to ensure field.args are an interable array ``` if (field && field.args && !Array.isArray(field.args)) field.args = [field.args]; // sqlASTNode.args = (0, _values.getArgumentValues)(field,...