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
The initial idea come from https://github.com/APIs-guru/graphql-faker where you can define an array of possible values to use. Could be nice to have such a syntax in restapify like:
The initial idea come from https://github.com/APIs-guru/graphql-faker where you can define an array of possible values to use. Could be nice to have such a syntax in restapify like:
...that will produce for example:
"[#example ...]"
should only return a single value"[#examples ...]"
should return a random amount of items in a array between 1 and the list length without containing duplicatesboolean
ornumber
value don't wrap it between a'
The text was updated successfully, but these errors were encountered: