| Package | Description |
|---|---|
| org.mountcloud.graphql | |
| org.mountcloud.graphql.request |
| Modifier and Type | Method and Description |
|---|---|
<T extends GraphqlMutation> |
GraphqlClient.doMutation(T mutation,
GraphqlRequestType graphqlRequestType)
执行操作
|
<T extends GraphqlQuery> |
GraphqlClient.doQuery(T query,
GraphqlRequestType graphqlRequestType)
执行查询
|
| Modifier and Type | Method and Description |
|---|---|
static GraphqlRequestType |
GraphqlRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphqlRequestType[] |
GraphqlRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.