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

gatsby-plugin-graphql-image

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-graphql-image

A gatsby plugin for generating file nodes from remote image URLS in GraphQL API's

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
66
decreased by-5.71%
Maintainers
1
Weekly downloads
 
Created
Source

gatsby-plugin-graphql-image

Description

Traverses a grapqhl schema sourced from the gatsby-source-graphql plugin and generates file nodes for use with gatsby-plugin-sharp and gatsby-transformer-sharp.

Dependencies

gatsby-source-graphql
gatsby-source-filesystem
gatsby-plugin-sharp
gatsby-transformer-sharp

How to install

npm i -D gatsby-plugin-grapqhl-image

Available options

schemaName - The typeName value of your graphql source from the gatsby-source-grapql plugin
imageFieldName - The name of the field that contains your image URLs

When do I use this plugin?

Include stories about when this plugin is helpful and/or necessary.

Examples of usage

{
  resolve: "gatsby-source-graphql",
  options: {
    typeName: "ROCKETMAKERS",
    fieldName: "rocketmakers",
    url: "https://rocketmakers.com/graphql"
  }
},
{
  resolve: 'gatsby-plugin-graphql-image',
  options: {
    schemaName: "ROCKETMAKERS",
    imageFieldName: "imageUrl"
  }
}

Limitations

Currently only supports one imageFieldName. Would be nice for this to take an array instead :)

Keywords

FAQs

Package last updated on 11 Oct 2019

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