| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaDTO |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGet(String apiId,
String accept,
String ifNoneMatch)
Get the Schema of a GraphQL API
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GraphQLSchemaDTO> |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGetWithHttpInfo(String apiId,
String accept,
String ifNoneMatch)
Get the Schema of a GraphQL API
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
GraphQlSchemaIndividualApi.apisApiIdGraphqlSchemaGetAsync(String apiId,
String accept,
String ifNoneMatch,
ApiCallback<GraphQLSchemaDTO> callback)
Get the Schema of a GraphQL API (asynchronously)
This operation can be used to retrieve the Schema definition of a GraphQL API.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaDTO |
GraphQLValidationResponseGraphQLInfoDTO.getGraphQLSchema()
Get graphQLSchema
|
GraphQLSchemaDTO |
GraphQLSchemaDTO.name(String name) |
GraphQLSchemaDTO |
GraphQLSchemaDTO.schemaDefinition(String schemaDefinition) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLValidationResponseGraphQLInfoDTO |
GraphQLValidationResponseGraphQLInfoDTO.graphQLSchema(GraphQLSchemaDTO graphQLSchema) |
void |
GraphQLValidationResponseGraphQLInfoDTO.setGraphQLSchema(GraphQLSchemaDTO graphQLSchema) |
Copyright © 2020 WSO2 Inc. All rights reserved.