JetBrains / js-graphql-intellij-plugin

GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
https://jimkyndemeyer.github.io/js-graphql-intellij-plugin/
MIT License
880 stars 97 forks source link

Quick documentation for built-in types #664

Open vepanimas opened 1 year ago

vepanimas commented 1 year ago

image

type User {
    id: Int # caret on Int
}

type Query {
    user: User
}