You should first make your dependency into a git repository so it can be added as a submodule later. Assuming you put your code into a src directory, this simple Makefile like this should be useful: ...
This is an example GraphQL API built using GraphQL Modules and it runs on apollo server. The scenarios covered are only GET. There is no Mutations. In terms of ...