V - the query type as defined in the GraphQL query schemapublic interface GqlRequestBody<V> extends IJsonBindingsBacked
| Modifier and Type | Interface and Description |
|---|---|
static class |
GqlRequestBody.ProxyFactory |
| Modifier and Type | Method and Description |
|---|---|
static <V> GqlRequestBody<V> |
create(String query,
V variables) |
default String |
getQuery()
The static query defined in the GraphQL query schema.
|
default V |
getVariables()
The query variable constraints.
|
getBindings, writestatic <V> GqlRequestBody<V> create(String query, V variables)
default String getQuery()
default V getVariables()
Copyright © 2020. All rights reserved.