Flowoid allows you to automate repetitive tasks in AWS AppSync. Connect AWS AppSync with over 300 integrations and unlock its potential. No coding skills required.
Triggers
New Api Key
Lists the API keys for a given API. API keys are deleted automatically sometime 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.
New Datum Source
Lists the data sources for a given API.
New Function
List multiple functions.
New Graphql Api
Lists your GraphQL APIs.
New Resolver
Lists the resolvers for a given API and type.
New Resolver By Function
List the resolvers that are associated with a specific function.
New Type
Lists the types for a given API.
Actions
Create Api Cache
Creates a cache for the GraphQL API.
Create Api Key
Creates a unique key that you can distribute to clients who are executing your API.
Create Data Source
Creates a DataSource object.
Create Function
Creates a Function object. A function is a reusable entity. Multiple functions can be used to compose the resolver logic.
Create Graphql Api
Creates a GraphqlApi object.
Create Resolver
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.
Create Type
Creates a Type object.
Delete Api Cache
Deletes an ApiCache object.
Delete Api Key
Deletes an API key.
Delete Data Source
Deletes a DataSource object.
Delete Function
Deletes a Function.
Delete Graphql Api
Deletes a GraphqlApi object.
Delete Resolver
Deletes a Resolver object.
Delete Type
Deletes a Type object.
Flush Api Cache
Flushes an ApiCache object.
Get Api Cache
Retrieves an ApiCache object.
Get Data Source
Retrieves a DataSource object.
Get Function
Get a Function.
Get Graphql Api
Retrieves a GraphqlApi object.
Get Introspection Schema
Retrieves the introspection schema for a GraphQL API.
Get Resolver
Retrieves a Resolver object.
Get Schema Creation Status
Retrieves the current status of a schema creation operation.
Get Type
Retrieves a Type object.
List Api Keys
Lists the API keys for a given API. API keys are deleted automatically sometime 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.
List Data Sources
Lists the data sources for a given API.
List Functions
List multiple functions.
List Graphql Apis
Lists your GraphQL APIs.
List Resolvers
Lists the resolvers for a given API and type.
List Resolvers By Function
List the resolvers that are associated with a specific function.
List Tags For Resource
Lists the tags for a resource.
List Types
Lists the types for a given API.
Start Schema Creation
Adds a new schema to your GraphQL API. This operation is asynchronous. Use to determine when it has completed.