MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / resolve

Method resolve

plugins/source/typeform/plugin/tables/forms.py:42–44  ·  view source on GitHub ↗
(self, client: Client, parent_resource)

Source from the content-addressed store, hash-verified

40 super().__init__(table=table)
41
42 def resolve(self, client: Client, parent_resource) -> Generator[Any, None, None]:
43 for form in client.client.list_forms():
44 yield form
45
46 @property
47 def child_resolvers(self):

Callers 2

newAirtablePluginFunction · 0.45
resolverFunction · 0.45

Calls 1

list_formsMethod · 0.80

Tested by

no test coverage detected