We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf4882 commit 78f1ca4Copy full SHA for 78f1ca4
src/graphql.rs
@@ -1234,7 +1234,9 @@ impl ___Type for QueryType {
1234
1235
let collection_entrypoint = __Field {
1236
name_: format!("{}Collection", lowercase_first_letter(table_base_type_name)),
1237
- type_: __Type::Connection(connection_type),
+ type_: __Type::NonNull(NonNullType {
1238
+ type_: Box::new(__Type::Connection(connection_type)),
1239
+ }),
1240
args: connection_args,
1241
description: Some(format!(
1242
"A pagable collection of type `{}`",
0 commit comments