memgraph/tests/e2e/graphql/CMakeLists.txt
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

11 lines
349 B
CMake

function(copy_graphql_e2e_python_files FILE_NAME)
copy_e2e_python_files(graphql ${FILE_NAME})
endfunction()
copy_graphql_e2e_python_files(graphql_crud.py)
copy_graphql_e2e_python_files(graphql_server.py)
copy_graphql_e2e_python_files(callable_alias_mapping.json)
add_subdirectory(graphql_library_config)
add_subdirectory(temporary_procedures)