-
Notifications
You must be signed in to change notification settings - Fork 2
types
Steven Guggenheimer edited this page Oct 14, 2023
·
3 revisions
- AppsyncApiProps
- Capacity
- DynamoAttributes
- DynamoTableProps
- DynasyncProps
- GraphQlTypeList
- IntermediateTypeBase
- IntermediateTypeList
- IntermediateTypeOptions
- IntermediateTypeProps
- IntermediateTypes
- KeyAttributes
- SchemaFields
- SchemaGlobal
- SchemaLocal
- SchemaTable
- SchemaTableInstance
Ƭ DynamoAttribute: "B"
| "S"
| "N"
Ƭ GraphType: "id"
| "string"
| "int"
| "float"
| "boolean"
| "awsDate"
| "awsTime"
| "awsDateTime"
| "awsTimestamp"
| "awsEmail"
| "awsJson"
| "awsUrl"
| "awsPhone"
| "awsIpAddress"
| "intermediate"
Ƭ IntermediateType: "type"
| "input"
| "interface"
| "union"
| "enum"
Ƭ SchemaObject: Record
<string
, string
>