See full docs at: https://docs.baseql.com
You can find us in the Airtable Marketplace:
https://airtable.com/marketplace/blkJ16czOGRAFvBFg/baseql
In order to use Custom Blocks you need to # for the Beta which applies for individual accounts, not organization's.
This might change after September 2020 as it becomes part of Pro plan and maybe a Developer plan is introduced: https://community.airtable.com/t/build-a-custom-block/30288/6
Also, you need to install Node.js if you haven't already.
To install the BaseQL Block on your Airtable base:
- Create new "Custom Block" in your Base and call it "BaseQL"
- Follow instructions, with some adjustements:
- Install the Blocks CLI globally:
npm install -g @airtable/blocks-cli
- Run the
block init
command this way:
- Build & deploy to Airtable servers with:
cd baseql && block release
Follow instructions at: https://airtable.com/developers/blocks/guides/run-in-multiple-bases