nautilus.api.endpoints.requestHandlers package¶
Submodules¶
nautilus.api.endpoints.requestHandlers.apiQuery module¶
-
class
nautilus.api.endpoints.requestHandlers.apiQuery.APIQueryHandler(request)[source]¶ Bases:
nautilus.api.endpoints.requestHandlers.graphql.GraphQLRequestHandlerThe api query handler parses and executes the query by hand, requesting the appropriate data over the action system. Queries are validated using the internally tracked schema maintained by the service.