Class: Navigable::GraphQL::Endpoint

Inherits:
Object
  • Object
show all
Extended by:
Server::Endpoint
Defined in:
lib/navigable/graphql/endpoint.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



10
11
12
# File 'lib/navigable/graphql/endpoint.rb', line 10

def execute
  { status: 200, json: json }
end