
Plugin for connecting arbitrary GraphQL APIs to Gatsby GraphQL with client side execution
Gatsby-source-graphql-universal offers a powerful enhancement to the existing gatsby-source-graphql plugin, providing developers with the capability to utilize GraphQL queries in a more flexible manner. This version aims to streamline the development process by allowing queries to be reused and manipulated directly within the browser environment. Ideal for those who seek to integrate remote GraphQL APIs seamlessly into their Gatsby projects, this plugin introduces innovative ways to handle data fetching and component composition.
As a higher-order component, it enables more comprehensive access to fetched data, ensuring developers can easily manage and leverage GraphQL queries without the constraints that typically accompany static query definitions. With robust features and the ability to customize query handling, gatsby-source-graphql-universal is perfect for projects requiring dynamic data integrations.
data prop to be overwritten with new data when the composeData prop is set to true, enhancing data management.fragments and composeData to tailor queries to specific needs.createSchema callback, allowing for more control over schema consumption.refetchInterval setting.