| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync |
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
|
| Modifier and Type | Method and Description |
|---|---|
default GetIntrospectionSchemaResponse |
AppSyncClient.getIntrospectionSchema(Consumer<GetIntrospectionSchemaRequest.Builder> getIntrospectionSchemaRequest)
Retrieves the introspection schema for a GraphQL API.
|
default GetIntrospectionSchemaResponse |
AppSyncClient.getIntrospectionSchema(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest)
Retrieves the introspection schema for a GraphQL API.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIntrospectionSchemaResponse> |
AppSyncAsyncClient.getIntrospectionSchema(Consumer<GetIntrospectionSchemaRequest.Builder> getIntrospectionSchemaRequest)
Retrieves the introspection schema for a GraphQL API.
|
default CompletableFuture<GetIntrospectionSchemaResponse> |
AppSyncAsyncClient.getIntrospectionSchema(GetIntrospectionSchemaRequest getIntrospectionSchemaRequest)
Retrieves the introspection schema for a GraphQL API.
|
Copyright © 2022. All rights reserved.