Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.GraphQLSchemaDTO
Packages that use GraphQLSchemaDTO
Package
Description
-
Uses of GraphQLSchemaDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return GraphQLSchemaDTOModifier and TypeMethodDescriptionGraphQlSchemaIndividualApi.getAPIGraphQLSchema(String apiId, String accept, String ifNoneMatch) Get the Schema of a GraphQL API This operation can be used to retrieve the Schema definition of a GraphQL API.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type GraphQLSchemaDTOModifier and TypeMethodDescriptionGraphQlSchemaIndividualApi.getAPIGraphQLSchemaWithHttpInfo(String apiId, String accept, String ifNoneMatch) Get the Schema of a GraphQL API This operation can be used to retrieve the Schema definition of a GraphQL API.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type GraphQLSchemaDTOModifier and TypeMethodDescriptionokhttp3.CallGraphQlSchemaIndividualApi.getAPIGraphQLSchemaAsync(String apiId, String accept, String ifNoneMatch, ApiCallback<GraphQLSchemaDTO> _callback) Get the Schema of a GraphQL API (asynchronously) This operation can be used to retrieve the Schema definition of a GraphQL API. -
Uses of GraphQLSchemaDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return GraphQLSchemaDTOModifier and TypeMethodDescriptionGraphQLValidationResponseGraphQLInfoDTO.getGraphQLSchema()Get graphQLSchemaGraphQLSchemaDTO.schemaDefinition(String schemaDefinition) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type GraphQLSchemaDTOModifier and TypeMethodDescriptionGraphQLValidationResponseGraphQLInfoDTO.graphQLSchema(GraphQLSchemaDTO graphQLSchema) voidGraphQLValidationResponseGraphQLInfoDTO.setGraphQLSchema(GraphQLSchemaDTO graphQLSchema)