@Path(value="/") @Produces(value="application/json") @ApplicationScoped public class SmallRyeGraphQLJaxRsEndpoint extends Object
| Constructor and Description |
|---|
SmallRyeGraphQLJaxRsEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
execute(String input) |
javax.ws.rs.core.Response |
getSchema() |
@GET @Path(value="schema.graphql") public javax.ws.rs.core.Response getSchema()
@POST public javax.ws.rs.core.Response execute(String input)
Copyright © 2018–2020. All rights reserved.