Class: Navigable::GraphQL::Endpoint
- Inherits:
-
Object
- Object
- Navigable::GraphQL::Endpoint
- Extended by:
- Server::Endpoint
- Defined in:
- lib/navigable/graphql/endpoint.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
10 11 12 |
# File 'lib/navigable/graphql/endpoint.rb', line 10 def execute { status: 200, json: json } end |