GraphQLis the http handler the GraphQL endpoint
(ah auth.HandlerFunc)
| 700 | |
| 701 | // GraphQLis the http handler the GraphQL endpoint |
| 702 | func (s *HttpService) GraphQL(ah auth.HandlerFunc) http.Handler { |
| 703 | return s.apiHandler(nil, ah, false) |
| 704 | } |
| 705 | |
| 706 | // GraphQLWithNS is the http handler the namespaced GraphQL endpoint |
| 707 | func (s *HttpService) GraphQLWithNS(ah auth.HandlerFunc, ns string) http.Handler { |