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
We currently add descriptions to our queries, mutations, objects, and custom graphql types. We then generate a graphql schema which is used to automatically generate our documentation pages.
We would like to tailor the descriptions for built in types according to their usage in the schema.
I would like to add a custom description toOffsetPagingArguments: Skip and Take for example.
Is there some way to feed custom descriptions for graphql built-in types similar to how comments are fed into the schema as descriptions?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We currently add descriptions to our queries, mutations, objects, and custom graphql types. We then generate a graphql schema which is used to automatically generate our documentation pages.
We would like to tailor the descriptions for built in types according to their usage in the schema.
I would like to add a custom description toOffsetPagingArguments: Skip and Take for example.
Is there some way to feed custom descriptions for graphql built-in types similar to how comments are fed into the schema as descriptions?
Beta Was this translation helpful? Give feedback.
All reactions