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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
feat/allowing multiple tags for operation meta (#84)
* feat: support operation meta using an array of tags for grouping
operation meta taking an array of tags to allow multiple groupings
meta - tag which took a string has been been renamed to tags which takes an array of strings
* docs: update docs to reflect the changes to the operation meta
tag string to tags string[]
* chore: update examples to use the new tags prop in operations meta
update examples to use the new tags prop in operations meta
* feat: support both tag and tags for the operation meta
reintroduce the tag meta prop, giving priority to the tags prop
* docs: restore tag type description in the operation meta
* refactor: simplifying nested ternaries for operation meta tags resolution
simplifying nested ternaries for operation meta tags resolution
0 commit comments