Skip to content

Remove maybe types #2633

Open
Open
@danielrearden

Description

@danielrearden

Optional arguments and parameters should not use the maybe type except where passing in a null value is semantically different from passing in an undefined value. So

operationName?: ?string

would become just

operationName?: string,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions