-
Updated
Feb 24, 2022 - JavaScript
airtable
Here are 405 public repositories matching this topic...
-
Updated
Feb 25, 2022 - Vue
-
Updated
Feb 24, 2022 - Python
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Oct 29, 2021
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Feb 21, 2022 - Ruby
-
Updated
Feb 19, 2022 - JavaScript
-
Updated
Feb 21, 2022
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Oct 24, 2019 - JavaScript
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Apr 9, 2021 - Python
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
Feb 17, 2022 - Vue
-
Updated
Feb 10, 2022 - JavaScript
We should add support for a filter formula string or query on the update methods, so it doesn't have to be done by ID.
Something like:
asyncAirtable.update('table', {
where: "{name} = 'Graham'" // This is just a standard filter formula string, and will need to be updated when we build the query builder too, so we don't have a fragmented user experience
fields: {
hung-
Updated
Jun 5, 2021 - Java
One feature that is not yet implemented is similar orgs.
The feature would show users similar organizations so that they could easily jump to other companies.
The biggest challenge is that often companies are in many sub-categories so we would have to say "Similar" companies instead of the category label. And we'd have to draw from many categories when making the list.
Either way, it migh
Improve this page
Add a description, image, and links to the airtable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the airtable topic, visit your repo's landing page and select "manage topics."
Hi, thanks for making such an awesome tool. Is it possbile to also add nestjs-query support? I saw there is nest-crud which is great, but IMHO a GraphQL API has many advantages over REST. It would be great if refine can support both nest-crud and nestjs-query.
Many thanks!