Header menu logo FsCDK

AppSyncHelpers Module

Helper functions for AppSync operations

Nested modules

Modules Description

LogLevels

Common log levels

SchemaTemplates

Sample GraphQL schema templates

Functions and values

Function or value Description

schemaFromFile filePath

Full Usage: schemaFromFile filePath

Parameters:
    filePath : string

Returns: SchemaFile

Creates a schema from a file path

filePath : string
Returns: SchemaFile

schemaFromString sdl

Full Usage: schemaFromString sdl

Parameters:
    sdl : string

Returns: SchemaFile

Creates a schema from inline SDL string

sdl : string
Returns: SchemaFile

Type something to start searching.