Expand description
Mutation input types for inserts and updates.
Provides input type generation for GraphQL mutations based on table metadata.
Structs§
- Insert
Field - Represents a field in an insert input type.
- Insert
Input - Represents an insert input type for a table.
- Update
Field - Represents a field in an update input type.
- Update
Input - Represents an update input type for a table.
Enums§
- Input
Value - A dynamic input value that can hold different types.
Functions§
- is_
deletable - Check if a table is deletable based on its permissions.
- is_
insertable - Check if a table is insertable based on its permissions.
- is_
updatable - Check if a table is updatable based on its permissions.