{"id":28273097,"url":"https://github.com/zesty-io/gatsby-source-zesty","last_synced_at":"2026-05-08T01:40:07.177Z","repository":{"id":47373502,"uuid":"184447961","full_name":"zesty-io/gatsby-source-zesty","owner":"zesty-io","description":"Gatsby plugin for the headless CMS Zesty.io","archived":false,"fork":false,"pushed_at":"2023-01-04T13:23:59.000Z","size":432,"stargazers_count":0,"open_issues_count":12,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-08T08:32:08.292Z","etag":null,"topics":["gatsby","gql","nodejs"],"latest_commit_sha":null,"homepage":"https://www.zesty.io","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zesty-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-01T16:41:54.000Z","updated_at":"2022-01-03T19:17:14.000Z","dependencies_parsed_at":"2023-02-02T14:02:08.441Z","dependency_job_id":null,"html_url":"https://github.com/zesty-io/gatsby-source-zesty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zesty-io/gatsby-source-zesty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesty-io%2Fgatsby-source-zesty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesty-io%2Fgatsby-source-zesty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesty-io%2Fgatsby-source-zesty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesty-io%2Fgatsby-source-zesty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zesty-io","download_url":"https://codeload.github.com/zesty-io/gatsby-source-zesty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesty-io%2Fgatsby-source-zesty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32763518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gatsby","gql","nodejs"],"created_at":"2025-05-21T00:17:21.775Z","updated_at":"2026-05-08T01:40:07.169Z","avatar_url":"https://github.com/zesty-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby Source Zesty\n\nSource plugin to get Zesty.io data in Gatsby sites\n\n## Installation\n\n```bash\n# Install the plugin\nyarn add gatsby-source-zesty\n```\n\nin `gatsby-config.js`\n\n```javascript\nmodule.exports = {\n  plugins: [\n    {\n      resolve: 'gatsby-source-zesty',\n      options: {\n        url: `https://your-zesty-instance.com/-/gql/`,\n      },\n    },\n    ...\n  ],\n};\n```\n\n## Configuration options\n\nYour Zesty.io GraphQL endpoint URL is required.\nTo turn this on you can follow these steps:\n\n- Log into Zesty.io\n- Open the manager interface for the instance you want to access GraphQL\n- In manager, Go to your Schema \u003e settings area\n- Navigate to Developer settings\n- Click GraphQL to turn on\n- Set GraphQL origin to \\* (this can later be tied to your remote)\n\n## How to query\n\nAll content of a certain type\n\n```graphql\n{\n  allCategory {\n    nodes {\n      category\n      description\n    }\n  }\n}\n```\n\nFiltering\n\n```graphql\n{\n  allHomepage(filter: { data: { title: { eq: \"the article I want\" } } }) {\n    nodes {\n      data {\n        image\n        title\n        content\n      }\n    }\n  }\n}\n```\n\nmore information on [GraphQL querying](https://www.gatsbyjs.org/docs/graphql-reference/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzesty-io%2Fgatsby-source-zesty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzesty-io%2Fgatsby-source-zesty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzesty-io%2Fgatsby-source-zesty/lists"}