| 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 |
|---|---|
GraphQLValidationResponseDTO |
ValidationApi.validateGraphQLSchema(File file)
Validate GraphQL API Definition and Retrieve a Summary
This operation can be used to validate a graphQL definition and retrieve a summary.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GraphQLValidationResponseDTO> |
ValidationApi.validateGraphQLSchemaWithHttpInfo(File file)
Validate GraphQL API Definition and Retrieve a Summary
This operation can be used to validate a graphQL definition and retrieve a summary.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ValidationApi.validateGraphQLSchemaAsync(File file,
ApiCallback<GraphQLValidationResponseDTO> _callback)
Validate GraphQL API Definition and Retrieve a Summary (asynchronously)
This operation can be used to validate a graphQL definition and retrieve a summary.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQLValidationResponseDTO |
GraphQLValidationResponseDTO.errorMessage(String errorMessage) |
GraphQLValidationResponseDTO |
GraphQLValidationResponseDTO.graphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo) |
GraphQLValidationResponseDTO |
GraphQLValidationResponseDTO.isValid(Boolean isValid) |
Copyright © 2021 WSO2 Inc. All rights reserved.