Socket
Socket
Sign inDemoInstall

@draftbit/airtable-graphql

Package Overview
Dependencies
63
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @draftbit/airtable-graphql

Deploy a GraphQL server for an airtable base


Version published
Weekly downloads
1
decreased by-50%
Maintainers
2
Install size
7.49 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 02 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc