{"id":15507173,"url":"https://github.com/simply007/apollo-server-test","last_synced_at":"2025-07-10T00:08:40.375Z","repository":{"id":94604237,"uuid":"158813109","full_name":"Simply007/apollo-server-test","owner":"Simply007","description":"Testing repository combining Apolloserver with data from Kentico Cloud","archived":false,"fork":false,"pushed_at":"2018-12-07T15:34:02.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T22:27:57.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/Simply007.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-23T09:51:29.000Z","updated_at":"2018-11-23T11:34:11.000Z","dependencies_parsed_at":"2023-06-25T21:13:02.227Z","dependency_job_id":null,"html_url":"https://github.com/Simply007/apollo-server-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Simply007/apollo-server-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fapollo-server-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fapollo-server-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fapollo-server-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fapollo-server-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Simply007","download_url":"https://codeload.github.com/Simply007/apollo-server-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Simply007%2Fapollo-server-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505780,"owners_count":23618970,"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":[],"created_at":"2024-10-02T09:29:56.043Z","updated_at":"2025-07-10T00:08:40.337Z","avatar_url":"https://github.com/Simply007.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apollo-server-test\nTesting repository combining Apolloserver with data from Kentico Cloud\n\n## Prerequisites\n* [NodeJs + npm](https://nodejs.org/) installed\n\n## How to run\n\n1. Clone the repository\n2. Run `npm install` to install al required packages\n3. Run `node index.js` to run the server\n4. Open browser on address http://localhost:4000/ to see the playground\n    \nThe playground is ready with two queries `items` and `itemsByType`.\n\nItems load all items:\n```\n{\nitems {\n    system {\n      name\n      codename\n      language\n      type\n      lastModified\n    }\n  }\n}\n```\n\nQuery preconfigured for 'article type' (with title text field element):\n```\n{\n  itemsByType(type: \"article\") {\n    system {\n      id\n      codename\n    }\n    title {\n      value\n    }\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fapollo-server-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimply007%2Fapollo-server-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimply007%2Fapollo-server-test/lists"}