Skip to content

It is possible to add some description to schema and to be reflected in the docs? #208

Description

@JohnProg

Overview of the Issue

In the docs of GraphiQL is no possible to see a description for the schemas.

Suggest a Fix

We could add the description for the schema like the following:

const user = new mongoose.Schema({
    name: String
}, {
  collection: 'This is ...',
});

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