Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.GraphQLSchemaTypeListDTO
-
Packages that use GraphQLSchemaTypeListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of GraphQLSchemaTypeListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return GraphQLSchemaTypeListDTO Modifier and Type Method Description GraphQLSchemaTypeListDTOGraphQlPoliciesApi. apisApiIdGraphqlPoliciesComplexityTypesGet(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.store.api.v1 that return types with arguments of type GraphQLSchemaTypeListDTO Modifier and Type Method Description ApiResponse<GraphQLSchemaTypeListDTO>GraphQlPoliciesApi. apisApiIdGraphqlPoliciesComplexityTypesGetWithHttpInfo(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.store.api.v1 with type arguments of type GraphQLSchemaTypeListDTO Modifier and Type Method Description okhttp3.CallGraphQlPoliciesApi. apisApiIdGraphqlPoliciesComplexityTypesGetAsync(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.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return GraphQLSchemaTypeListDTO Modifier and Type Method Description GraphQLSchemaTypeListDTOGraphQLSchemaTypeListDTO. typeList(List<GraphQLSchemaTypeDTO> typeList)
-