2.2.0 • Published 5 years ago

@draftbit/airtable-graphql v2.2.0

Weekly downloads
6
License
MIT
Repository
-
Last release
5 years ago

GraphQL Airtable

Easily create a GraphQL API for airtable.com

Setup

yarn add airtable

or

npm install airtable-graphql --save

env.example

AIRTABLE_EMAIL=peter@draftbit.com
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.