mirror of
https://github.com/Airsequel/AirGQL.git
synced 2025-08-13 18:26:58 +03:00
Fix nullity of fields in update gql query
This commit is contained in:
parent
562214db98
commit
3322705709
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ tableUpdateField accessMode table = do
|
|||
table.columns <&> \columnEntry -> do
|
||||
let colName = columnEntry.column_name_gql
|
||||
let base = columnType columnEntry
|
||||
Type.inputValue colName $ Type.nonNull base
|
||||
Type.inputValue colName base
|
||||
|
||||
updateRow =
|
||||
Type.inputObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue