drashland/drash

feat: graphql service no longer needs empty resource; add option to define playground endpoint

crookse opened this issue · 0 comments

Summary

What:

The graphql service no longer needs the empty resource to work since runAtStartup() for services can do this for it. The graphql service can create the playground resource at startup time and also allow the user to change the endpoint.

Why:

Better developer UX.

Acceptance Criteria

Below is a list of tasks that must be completed before this issue can be closed.

  • Write documentation
  • Write unit tests
  • Write integration tests