Update Docs
CarlosZiegler opened this issue · 3 comments
CarlosZiegler commented
I see that we dont have updated docs on helpers:
https://www.zodios.org/docs/api/helpers
That is because now makeParams need a type
attribute:

solved if added correct attribute:
const parameters = makeParameters([
{
name: 'limit',
description: 'Limit',
schema: z.number().positive().optional(),
type: 'Query',
},
]);

stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.