-
Hello, I am diving in this very helpful library and playing with the drizzle plugin. Is there a way to get arguments for the drizzleConnection to have auto-generated argument types inside an input key ? |
Beta Was this translation helpful? Give feedback.
Answered by
hayes
Nov 6, 2024
Replies: 1 comment
-
Assuming you are asking about something like the The best option is probably to just use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you are asking about something like the
with-input
plugin, I don't think there is currently a way to do this inline.The best option is probably to just use
builder.inputObject
to create your input type separately, and then add aninput
arg to your connection args.