# Functions
NewHandler for create public graphql handler (maybe inject to rest handler).
NewServer create new GraphQL server.
SetRootSubscription public function this public method made because cannot create dynamic method for embedded struct (issue https://github.com/golang/go/issues/15924) and subscription in graphql cannot subscribe to at most one subscription at a time.
# Interfaces
Handler interface.