spectaql icon indicating copy to clipboard operation
spectaql copied to clipboard

[Request] Extending description using metadata

Open iSarCasm opened this issue 2 years ago • 1 comments

Right now, we want to add a lot more information to the description. This is especially true for some of our Mutations which have complex validation logic. it would be great to have a way to either overwrite or append/prepend descriptions to specific items. Ideally, using markdown .md would be also great which makes it easier to store descriptions in separate files and add some formatting.

iSarCasm avatar Apr 26 '22 14:04 iSarCasm

@iSarCasm you don't have the ability to put your desired descriptions right into the schema itself somehow?

I suppose I could add the ability to override the description via the metadata...but I don't know about using files for that...or maybe paths to files. It would of course support markdown in the text, but supporting file paths right now, to me, sounds like a bit of a stretch.

What if I could support pulling the description from the metadata and using it if present?

newhouse avatar Apr 26 '22 22:04 newhouse