Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-teamtailor-users

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-teamtailor-users

A plugin for getting teamtailor users in gatsby

  • 1.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
Created
Source

gatsby-teamtailor-users

A gatsby plugin for getting teamtailor users.

Usage

Add to gatsby-config.js:

    {
        resolve: 'gatsby-teamtailor-users',
        options: {
            token: YOUR_TEAMTAILOR_TOKEN
        }
    }
GraphQL query
  allTeamtailorUser {
    edges {
      node {
        name
        title
        picture {
          standard
          large
        }
      }
    }
  }

Missing fields

We've only implemented the fields we needed, but feel free to PR if you need some other field than those this plugin offers.

Large picture type

We needed an image type that was significantly bigger than what Teamtailors standard was, so we took advantage och their cloudinary usage and mapped the url to serve a larger one, this is probably not that great as it would break if Teamtailor moves away from cloudinary, but 🤷‍♂️

FAQs

Package last updated on 06 Sep 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc