@draftbit/airtable-graphql
v2.2.0
Published
Deploy a GraphQL server for an airtable base
Downloads
4
Readme
GraphQL Airtable
Easily create a GraphQL API for airtable.com
Setup
yarn add airtable
or
npm install airtable-graphql --save
env.example
[email protected]
AIRTABLE_PASSWORD=xyz123
AIRTABLE_TOKEN=abc123
AIRTABLE_BASE=abc123
Start
const server = new AirtableGraphQL({
appId: process.env.AIRTABLE_BASE,
token: process.env.AIRTABLE_TOKEN
})
Thanks
Inspired by Thomas Cullen's airtable-graphql. He had the awesome idea to use puppetteer.