Replies: 1 comment
-
GraphQL spec has describe the standard way to document schema, https://spec.graphql.org/June2018/#sec-Descriptions try this: """
complex description
"""
type NewType {
" simple description "
name: String
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am very new in graphql world. How can I document my graphql apis, so that they will be displayed in "graphiql" ?
Thanks very much for the help!
Conny
Beta Was this translation helpful? Give feedback.
All reactions