Currently, I am working with the DynamicTypes library and generator package to build a plugin that calls a customer database.
I am unable to build the type without limiting the "all customers query" - https://<url>/customer
because there are too many customers to return and a timeout is reached.
If I limit the returns to 100 then i am able to build the plugin types out to completion.
However, when I search for customers that are not in the initial 100 I never get a result.
After I create the Type I need it to the search function to use /customer/name/{filterstring}.
Thoughts?
~Alex Allen C.