memgraph/tests/e2e/graphql/callable_alias_mapping.json
gvolfing 210bea83d4
Add GraphQL transpilation compatibility (#1018)
* Add callable mappings feature
* Implement mgps.validate (void procedure)
* Make '_' a valid variable name
2023-07-31 14:48:12 +02:00

5 lines
88 B
JSON

{
"dbms.components": "mgps.components",
"apoc.util.validate": "mgps.validate"
}