js-graphql-intellij-plugin icon indicating copy to clipboard operation
js-graphql-intellij-plugin copied to clipboard

Quick documentation for built-in types

Open vepanimas opened this issue 1 year ago • 0 comments

image

type User {
    id: Int # caret on Int
}

type Query {
    user: User
}

vepanimas avatar Apr 26 '23 16:04 vepanimas