{"id":26917005,"url":"https://github.com/iagodahlem/graphql-getting-started","last_synced_at":"2026-05-04T15:33:32.965Z","repository":{"id":70928310,"uuid":"113223562","full_name":"iagodahlem/graphql-getting-started","owner":"iagodahlem","description":":school: Studying GraphQL.","archived":false,"fork":false,"pushed_at":"2017-12-06T20:22:09.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T19:58:05.618Z","etag":null,"topics":["express","express-graphql","graphql","javascript","nodejs"],"latest_commit_sha":null,"homepage":"","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/iagodahlem.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":"2017-12-05T19:21:58.000Z","updated_at":"2017-12-05T19:25:04.000Z","dependencies_parsed_at":"2023-05-01T13:47:10.625Z","dependency_job_id":null,"html_url":"https://github.com/iagodahlem/graphql-getting-started","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iagodahlem/graphql-getting-started","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fgraphql-getting-started","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fgraphql-getting-started/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fgraphql-getting-started/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fgraphql-getting-started/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iagodahlem","download_url":"https://codeload.github.com/iagodahlem/graphql-getting-started/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Fgraphql-getting-started/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017151,"owners_count":26085983,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["express","express-graphql","graphql","javascript","nodejs"],"created_at":"2025-04-01T19:50:35.817Z","updated_at":"2025-10-13T22:06:26.134Z","avatar_url":"https://github.com/iagodahlem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graphql-getting-started\n\nStudying GraphQL.\n\n## Install\n\nSimple run `yarn`.\n\n## Running\n\nFor development run `yarn dev`, then visit [localhost:3000/graphql](http://localhost:3000/graphql).\n\nOr for productoin run `yarn start`.\n\n## Queries\n\n#### Get video by id\n\n```js\n{\n  video(id: \"a\") {\n    id\n    title\n    duration\n    released\n  }\n}\n```\n\n#### Get videos\n\n```js\n{\n  videos {\n    id\n    title\n    duration\n    released\n  }\n}\n```\n\n## Mutations\n\n#### Create video\n\n```js\nmutation M {\n  createVideo(video: {\n    title: \"Foo Video\"\n    duration: 400\n    released: false\n  }) {\n    id\n    title\n  }\n}\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\n[MIT License](http://iagodahlem.mit-license.org/) © Iago Dahlem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagodahlem%2Fgraphql-getting-started","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiagodahlem%2Fgraphql-getting-started","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagodahlem%2Fgraphql-getting-started/lists"}