| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaTypeListDTO |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGet(String apiId)
Retrieve types and fields of a GraphQL Schema
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GraphQLSchemaTypeListDTO> |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(String apiId)
Retrieve types and fields of a GraphQL Schema
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GraphQlPoliciesApi.apisApiIdGraphqlPoliciesComplexityTypesGetAsync(String apiId,
ApiCallback<GraphQLSchemaTypeListDTO> callback)
Retrieve types and fields of a GraphQL Schema (asynchronously)
This operation can be used to retrieve all types and fields of the GraphQL Schema by providing the API id.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaTypeListDTO |
GraphQLSchemaTypeListDTO.addTypeListItem(GraphQLSchemaTypeDTO typeListItem) |
GraphQLSchemaTypeListDTO |
GraphQLSchemaTypeListDTO.typeList(List<GraphQLSchemaTypeDTO> typeList) |
Copyright © 2020 WSO2 Inc. All rights reserved.