Skip to content

Make input field explicitly null for inputΒ #78

@robertvansteen

Description

@robertvansteen

In 2.0 we check the default attributes for a model to see if we should make the input field nullable or not. So if the field is not nullable itself, setting a default attribute on the model will make the create input for that field nullable. This works fine for simple cases but if the default attribute is dynamic you might want to do this on the observer. I think we should respect this as the constraint that the field is not nullable will probably be on the database in that case.
I’m thinking of something like nullableOnCreation() that can be called on a field in the model scheme to define this behavior. Thoughts @erikgaal?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions