Skip to content

generate plural names for augmented fields and types #197

Closed
@Andy2003

Description

@Andy2003

given schema:

type Movie {
    id: ID
    title: String
}

should generate a schema like the following where the query name is pluralized:

// rest of generated stuff
type Query {
  movies(where: MovieWhere, options: MovieOptions): [Movie]!
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    API-AlignmentAlign the API with the one defined by @neo4j/graphql

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions