gatsby-source-custom-api icon indicating copy to clipboard operation
gatsby-source-custom-api copied to clipboard

Source data from any API and transform it to (File-)Nodes.

Results 15 gatsby-source-custom-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.1.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

I've been having problems with this plugin as other have described. My issue in particular was that after specifying image types for import the images would not be associated with...

Let's say we're getting an array of 5 items from the API. Can we get only 3 items, not all the 5 items? ``` { "data": { "finance": { "data":...

I've encountered some strange behaviour — I'm building my schemas and it appears that I have to choose between either my images downloading, or to have my api being brought...

Hello... Thanks for making this package, it's really useful. I was looking at the code and was wondering how does it discover individual objects given an endpoint? Suppose there are...

Having some difficulty with images and this plugin — there are two main issues I am facing. ### Context: I am using CraftCMS and the ElementAPI to generate a JSON...

Hey, for a Schema like this: ```js rootKey: 'stations', schemas: { stations: ` features: [features] `, features: ` properties: properties geometry: geometry `, properties: ` name: String `, geometry: `...

In my project, i have many warnings type: "Object 'pagesComments': Better provide a schema!" and "The key "id" is restricted in GraphQl!". How can i hide or turn off this...

thanks for this great plugin first of all! I noticed getting these warnings: `warn Deprecation warning - adding inferred resolver for field .... In Gatsby v3, only fields with an...