Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Partially support nullable and list types #8

Merged
merged 2 commits into from
Dec 18, 2020

Conversation

timkendall
Copy link
Owner

Partial support for nullable (only scalars right now; look into using type IsNullable<T> = null extends T ? true : false; for complex objects and arrays) and list types.

Closes #3 and partly #2

@timkendall timkendall merged commit a0f0dd9 into master Dec 18, 2020
@timkendall timkendall deleted the nullable-and-list-types branch December 18, 2020 00:37
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support array Field types
1 participant