{"id":20771576,"url":"https://github.com/stenbror/graphql_dotnet_example","last_synced_at":"2026-04-29T05:01:54.416Z","repository":{"id":113239894,"uuid":"587766974","full_name":"stenbror/GraphQL_DotNet_Example","owner":"stenbror","description":"Just a simple test of C# / .net GraphQL Server","archived":false,"fork":false,"pushed_at":"2023-01-19T17:41:20.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T20:19:19.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/stenbror.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":"2023-01-11T14:39:21.000Z","updated_at":"2023-01-11T14:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"790364bf-9673-40da-b7c9-3bc4434ecdbc","html_url":"https://github.com/stenbror/GraphQL_DotNet_Example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stenbror/GraphQL_DotNet_Example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FGraphQL_DotNet_Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FGraphQL_DotNet_Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FGraphQL_DotNet_Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FGraphQL_DotNet_Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stenbror","download_url":"https://codeload.github.com/stenbror/GraphQL_DotNet_Example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stenbror%2FGraphQL_DotNet_Example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28020180,"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-12-25T02:00:05.988Z","response_time":58,"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":[],"created_at":"2024-11-17T12:15:37.391Z","updated_at":"2025-12-25T05:13:28.748Z","avatar_url":"https://github.com/stenbror.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Build and run\n\ndotnet build\ndotnet run\n\n\n## URL For playground\n\nhttp://localhost:5246/GraphQL/\n\n\n## GraphQL query example\n\nquery example1\n{\n  books {\n    title\n    author {\n      name\n    }\n  }\n}\n\n## GraphQL mutation example\n\nmutation example2\n{\n  addBook(input: { book: { title: \"Cool Book 2023\", author: { name: \"Richard Magnor Stenbro\"}} }) {\n    book {\n      title\n      author {\n        name\n      }\n    }\n  }\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenbror%2Fgraphql_dotnet_example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstenbror%2Fgraphql_dotnet_example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstenbror%2Fgraphql_dotnet_example/lists"}