Skip to content

Allow arrays to be specified @nonNull #2

@LasseBlaauwbroek

Description

@LasseBlaauwbroek

At the moment, there seems to be no way to specify that the elements of an array are non-null. I'd propose an extension for array types:

@nonNull field            ----> [Field]!
@nonNull field[]         ----> [Field!]
@nonNull field[]         
@nonNull field            ----> [Field!]!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions