Skip to content

Commit 718ce85

Browse files
committed
[docs] custom scalars & optional/nullable types
1 parent 61ac8a2 commit 718ce85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/versioned_docs/version-6.x.x/schema-generator/schema-generator-getting-started.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,9 @@ val customDef = TopLevelObject(query, Query::class)
142142

143143
toSchema(config, listOf(customDef))
144144
```
145+
146+
:::note
147+
Custom scalars combined with optional/nullable types on constructors are not supported in 6.x.x. Fixing in https://github.com/ExpediaGroup/graphql-kotlin/issues/1549.
148+
149+
More info: https://github.com/ExpediaGroup/graphql-kotlin/issues/1564.
150+
:::

0 commit comments

Comments
 (0)