Replies: 1 comment 1 reply
-
You should modify the markdown file in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the documentation, I was having trouble understanding the settings I needed to use to get the right level of nullability in my schema when I have
nullableByDefault
set to true. Specifically, I found that paradoxically setting nullable totrue
on a list changes the schema frommyField: [string]
tomyField: [string!]
I understand why this is, with the nullable setting for
itemsAndLists
, but I think the documentation could use some improvement to help folks like me get to the right answer more quickly. I'm happy to write up some proposed language for the documentation and submit a pull request, but looking through the docs in the1.1.1
folder, I couldn't find theTypes and Fields
page.If someone can help point me in the right direction I'm happy to help out here.
Beta Was this translation helpful? Give feedback.
All reactions