Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLValidationResponseDTO
-
Packages that use GraphQLValidationResponseDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of GraphQLValidationResponseDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GraphQLValidationResponseDTO Modifier and Type Method Description GraphQLValidationResponseDTOValidationApi. validateGraphQLSchema(File file)Validate a GraphQL SDL This operation can be used to validate a graphQL definition and retrieve a summary.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GraphQLValidationResponseDTO Modifier and Type Method Description ApiResponse<GraphQLValidationResponseDTO>ValidationApi. validateGraphQLSchemaWithHttpInfo(File file)Validate a GraphQL SDL This operation can be used to validate a graphQL definition and retrieve a summary.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GraphQLValidationResponseDTO Modifier and Type Method Description okhttp3.CallValidationApi. validateGraphQLSchemaAsync(File file, ApiCallback<GraphQLValidationResponseDTO> _callback)Validate a GraphQL SDL (asynchronously) This operation can be used to validate a graphQL definition and retrieve a summary. -
Uses of GraphQLValidationResponseDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GraphQLValidationResponseDTO Modifier and Type Method Description GraphQLValidationResponseDTOGraphQLValidationResponseDTO. errorMessage(String errorMessage)GraphQLValidationResponseDTOGraphQLValidationResponseDTO. graphQLInfo(GraphQLValidationResponseGraphQLInfoDTO graphQLInfo)GraphQLValidationResponseDTOGraphQLValidationResponseDTO. isValid(Boolean isValid)
-