Class Query
- java.lang.Object
-
- org.apache.karaf.examples.graphql.commands.Query
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
public class Query extends Object implements org.apache.karaf.shell.api.action.Action
Sample calls: graphql:query "{books { name }}" graphql:query "{bookById(id:\"1\") { name id pageCount }}" graphql:query "mutation { addBook(name:\"Lord of the Rings\" pageCount:100) { id name }}
-
-
Constructor Summary
Constructors Constructor Description Query()
-