Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLSchemaTypeListDTO
Packages that use GraphQLSchemaTypeListDTO
Package
Description
-
Uses of GraphQLSchemaTypeListDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GraphQLSchemaTypeListDTOModifier and TypeMethodDescriptionGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPI(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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GraphQLSchemaTypeListDTOModifier and TypeMethodDescriptionGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPIWithHttpInfo(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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GraphQLSchemaTypeListDTOModifier and TypeMethodDescriptionokhttp3.CallGraphQlPoliciesApi.getGraphQLPolicyComplexityTypesOfAPIAsync(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. -
Uses of GraphQLSchemaTypeListDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GraphQLSchemaTypeListDTOModifier and TypeMethodDescriptionGraphQLSchemaTypeListDTO.typeList(List<GraphQLSchemaTypeDTO> typeList)