| 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.apisValidateGraphqlSchemaPost(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.apisValidateGraphqlSchemaPostWithHttpInfo(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 |
|---|---|
com.squareup.okhttp.Call |
ValidationApi.apisValidateGraphqlSchemaPostAsync(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 © 2020 WSO2 Inc. All rights reserved.