| 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 |
|---|---|
GraphQLSchemaDTO |
GraphQlSchemaIndividualApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GraphQLSchemaDTO> |
GraphQlSchemaIndividualApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
GraphQlSchemaIndividualApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
GraphQLSchemaDTO |
GraphQLValidationResponseGraphQLInfoDTO.getGraphQLSchema()
Get graphQLSchema
|
GraphQLSchemaDTO |
GraphQLSchemaDTO.name(String name) |
GraphQLSchemaDTO |
GraphQLSchemaDTO.schemaDefinition(String schemaDefinition) |
| Modifier and Type | Method and Description |
|---|---|
GraphQLValidationResponseGraphQLInfoDTO |
GraphQLValidationResponseGraphQLInfoDTO.graphQLSchema(GraphQLSchemaDTO graphQLSchema) |
void |
GraphQLValidationResponseGraphQLInfoDTO.setGraphQLSchema(GraphQLSchemaDTO graphQLSchema) |
Copyright © 2021 WSO2 Inc. All rights reserved.