AppSync
import { AppSync } from "https://aws-api.deno.dev/v0.2/services/appsync.ts?docs=full";
§Constructors
§Methods
Creates a cache for the GraphQL API.
Creates a unique key that you can distribute to clients who are executing your API.
Creates a DataSource
object.
Creates a Function
object.
A function is a reusable entity. Multiple functions can be used to compose the resolver logic.
Creates a GraphqlApi
object.
Creates a Resolver
object.
A resolver converts incoming requests into a format that a data source can understand and converts the data source's responses into GraphQL.
Retrieves a DataSource
object.
Retrieves a GraphqlApi
object.
Retrieves the introspection schema for a GraphQL API.
Retrieves the current status of a schema creation operation.
Lists the API keys for a given API.
Note:
API keys are deleted automatically 60 days after they expire.
However, they may still be included in the response until they have actually been deleted.
You can safely call DeleteApiKey
to manually delete a key before it's automatically deleted.
Lists the data sources for a given API.
List multiple functions.
Lists your GraphQL APIs.
Lists the resolvers for a given API and type.
List the resolvers that are associated with a specific function.
Lists the tags for a resource.
Adds a new schema to your GraphQL API.
This operation is asynchronous. Use to determine when it has completed.
Updates the cache for the GraphQL API.
Updates an API key. The key can be updated while it is not deleted.
Updates a DataSource
object.
Updates a Function
object.
Updates a GraphqlApi
object.
Updates a Resolver
object.