You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding description is going to be implementation specific. If you are using graphql-js, then support for adding description via comments has been added in v0.7.
Are adding descriptions supported? I have not seen any examples on how to add description to types and fields. Maybe...?
type User {
id: ID! # field description
name: String # A cool name for this user
}
The text was updated successfully, but these errors were encountered: