* 2919: rewrite for update to apollo 4 (#131)
* rewrite for update to apollo 4
* removed container tests, edited make to publish any branch to staging
* revert makefile
* cleanup
* update 1
* more fixes to get it working on aws
* enabled csrf prevention protection, testing if build works
* switched to express version
* changed the healthcheck url
* added cache to restdatasources
* 3011: create a login mutation on graphql server that responds with a access token (#133)
* 3011 added login rest endpoint and general scope fixes
* changed login auth to basic auth username and password
* minor changes from CR feedback
* force update
* added tighter timeout for idle knex connection
* Refactor authentication and scopes (#134)
* big refactor of scopes in graphql
* cr fixes
* some security fixes (#135)
* some security fixes
* cleanup
* update staging
* minor readme change
* print defaults in printproducts
* Add default to printproduct mutation
* added insertDefaults when changing productgroup
* fixed bug for square in square
* cleanup, and tests for calculations
* small fixes, added return values for update
* P5-7495: added more db data and more designer tests
* P5-7496: rebuild for sql export, added better test control values
* changed order rows - edge from int to string
* added tests for designer order rows
* remove sql inserts
* Some cleanup and moving files
* package
* removed comments
* added base sql files to pass tests on github CI