Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/elixir/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Graphql Elixir苦艾酒继电器在连接节点上使用非空\u类型_Graphql_Elixir_Relay_Absinthe - Fatal编程技术网

Graphql Elixir苦艾酒继电器在连接节点上使用非空\u类型

Graphql Elixir苦艾酒继电器在连接节点上使用非空\u类型,graphql,elixir,relay,absinthe,Graphql,Elixir,Relay,Absinthe,你知道我为什么会在以下网站上出现这个错误吗 connection(node_type: non_null(:thing), non_null: true) 如果添加标识符,则它可以工作: connection(:thing, node_type: non_null(:thing), non_null: true) connection(:thing, node_type: non_null(:thing), non_null: true)

你知道我为什么会在以下网站上出现这个错误吗

connection(node_type: non_null(:thing), non_null: true)

如果添加标识符,则它可以工作:

connection(:thing, node_type: non_null(:thing), non_null: true)
connection(:thing, node_type: non_null(:thing), non_null: true)