text errores en postgres y graphql
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text errores en postgres y graphql相关的知识,希望对你有一定的参考价值。
---------------------:1:--------------------------
{
"errors": [
{
"message": "llave duplicada viola restricción de unicidad «w10usuario_w01clog_uindex»",
"locations": [
{
"line": 16,
"column": 3
}
],
"path": [
"createW10Usuario"
]
}
],
"data": {
"createW10Usuario": null
}
}
---------------------:2:--------------------------
{
"errors": [
{
"message": "el operador no existe: ! boolean",
"locations": [
{
"line": 16,
"column": 3
}
],
"path": [
"createW10Usuario"
]
}
],
"data": {
"createW10Usuario": null
}
}
---------------------:3:--------------------------
{
"errors": [
{
"message": "llave duplicada viola restricción de unicidad «w10usuario_w01clog_uindex»",
"locations": [
{
"line": 16,
"column": 3
}
],
"path": [
"createW10Usuario"
]
}
],
"data": {
"createW10Usuario": null
}
}
---------------------:4:--------------------------
{
"errors": [
{
"message": "llave duplicada viola restricción de unicidad «w10_noms_sintilde_idx»",
"locations": [
{
"line": 16,
"column": 3
}
],
"path": [
"createW10Usuario"
]
}
],
"data": {
"createW10Usuario": null
}
}
------------------------5:---------------------------------
{
"errors": [
{
"message": "Argument \"input\" has invalid value {w10Usuario: {w10CapelliNom: $w10CapelliNom, w10Cdni: $w10Cdni, w10Cfono: $w10Cfono, w10Cmail: $w10Cmail, w10Clogin: $w10Clogin, w10Cclave: $w10Cclave, w10CrefOfici: $w10CrefOfici, w10Cobs: $w10Cobs, w10Chisto: $w10Chisto, w10Cavatar: $w10Cavatar, w10CconfigPerso: $w10CconfigPerso, cfircrea: $cfircrea, cfirmodi: $cfirmodi}}.\nIn field \"w10Usuario\": In field \"w10Cid\": Expected \"String!\", found null.",
"locations": [
{
"line": 16,
"column": 27
}
]
}
]
}
-------------------------------6:----------------------------
sourcecode::::
mutation ($ctablename:String){
sfGetnewkeyfor(input:{ctablename:$ctablename}){
string
}
}
error:
{
"errors": [
{
"message": "getaddrinfo ENOENT localhost:5432"
}
]
}
reparacion::: simplemente lo reintenté
------------------ 7: ----------------------------
{
"errors": [
{
"message": "inserción o actualización en la tabla «w10usuario» viola la llave foránea «foreign_key01»",
"locations": [
{
"line": 17,
"column": 3
}
],
"path": [
"createW10Usuario"
]
}
],
"data": {
"createW10Usuario": null
}
}
------------------- 8 ---------
"bad request"
te pregunto: actualizaste la bade de datos
ejecutaste su ultimo script?
以上是关于text errores en postgres y graphql的主要内容,如果未能解决你的问题,请参考以下文章
postgres - 无法创建排序规则
错误:“修改”处或附近的语法错误 - 在 postgres
如何使用 JPA 和休眠映射 Java/Kotlin 字符串数组和 Postgres SQL 数组
sh Postgres en Debian 9
PostGres xl ERROR: Snapshot too old - RecentGlobalXmin......
postgres15删除数据库报错ERROR: database "***" is being accessed by other users