{"id":15064947,"url":"https://github.com/webjay/gatsby-theme-cognito-appsync","last_synced_at":"2025-10-05T01:31:21.807Z","repository":{"id":42716406,"uuid":"289235065","full_name":"webjay/gatsby-theme-cognito-appsync","owner":"webjay","description":null,"archived":true,"fork":false,"pushed_at":"2023-03-05T11:06:06.000Z","size":45617,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T00:34:38.216Z","etag":null,"topics":["appsync","cognito","gatsby"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gatsby-theme-cognito-appsync","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webjay.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-21T09:49:48.000Z","updated_at":"2023-04-28T07:22:52.000Z","dependencies_parsed_at":"2024-09-25T00:28:26.253Z","dependency_job_id":"cea2c05b-f07f-4d8b-bcb8-b4e15d0f87d5","html_url":"https://github.com/webjay/gatsby-theme-cognito-appsync","commit_stats":{"total_commits":98,"total_committers":3,"mean_commits":"32.666666666666664","dds":"0.47959183673469385","last_synced_commit":"f03d357dcc3fa4311f0d27177b01c4fd8f7d2866"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webjay%2Fgatsby-theme-cognito-appsync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webjay%2Fgatsby-theme-cognito-appsync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webjay%2Fgatsby-theme-cognito-appsync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webjay%2Fgatsby-theme-cognito-appsync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webjay","download_url":"https://codeload.github.com/webjay/gatsby-theme-cognito-appsync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235348562,"owners_count":18975689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["appsync","cognito","gatsby"],"created_at":"2024-09-25T00:28:20.464Z","updated_at":"2025-10-05T01:31:16.433Z","avatar_url":"https://github.com/webjay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-theme-cognito-appsync\n\n## Install\n\n    yarn add gatsby-theme-cognito-appsync\n\n## Configuration\n\nIn `.env.development`:\n\n    AWS_REGION=???\n    AWS_COGNITO_USER_POOL_ID=???\n    AWS_COGNITO_APP_CLIENT_ID=???\n    AWS_COGNITO_DOMAIN=???.auth.???.amazoncognito.com\n    AWS_GRAPHQL_ENDPOINT=https://???.appsync-api.???.amazonaws.com/graphql\n    URL_REDIRECT_SIGNIN=http://localhost:8000/dashboard/\n    URL_REDIRECT_SIGNOUT=http://localhost:8000/\n\nIn `gatsby-config.js`:\n\nAdd `gatsby-theme-cognito-appsync` to `plugins`.\n\n    {\n      resolve: 'gatsby-theme-cognito-appsync',\n      options: {\n        userPoolId: process.env.AWS_COGNITO_USER_POOL_ID,\n        userPoolWebClientId: process.env.AWS_COGNITO_APP_CLIENT_ID,\n        region: process.env.AWS_REGION,\n        cognito_domain: process.env.AWS_COGNITO_DOMAIN,\n        redirectSignIn: process.env.URL_REDIRECT_SIGNIN,\n        redirectSignOut: process.env.URL_REDIRECT_SIGNOUT,\n        graphql_endpoint: process.env.AWS_GRAPHQL_ENDPOINT,\n        graphql_apikey: process.env.AWS_GRAPHQL_APIKEY,\n      },\n    },\n\nFor `useQuery`:\n\n    import { client } from 'gatsby-theme-cognito-appsync';\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebjay%2Fgatsby-theme-cognito-appsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebjay%2Fgatsby-theme-cognito-appsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebjay%2Fgatsby-theme-cognito-appsync/lists"}