Skip to content

Allow forbiddenSuffixes should be case insensitive #1934

@gituserjava

Description

@gituserjava

Current Behavior:
Looks like the forbiddenSuffixes is not checking for fields with different cases.

"FieldDefinition":{
    "forbiddenSuffixes": [
        "ModifiedBy",
        "Modifiedby"
    ]
}
type Product {
id: String,
lastModifiedBy: String
}

type Customer {
id: String,
lastModifiedby: String
}

Expected Behavior:
The library should look for each forbiddenSuffixes irrespective of the case (upper or lower or mixed).

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