{"id":13655732,"url":"https://github.com/adelarsq/suave_graphql_sample","last_synced_at":"2025-04-19T16:34:10.991Z","repository":{"id":150211190,"uuid":"296977310","full_name":"adelarsq/suave_graphql_sample","owner":"adelarsq","description":"Suave GraphQL Sample","archived":false,"fork":false,"pushed_at":"2022-10-15T17:35:11.000Z","size":3,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T10:11:20.920Z","etag":null,"topics":["dotnet","fsharp","graphql"],"latest_commit_sha":null,"homepage":"","language":"F#","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/adelarsq.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":"2020-09-20T00:58:10.000Z","updated_at":"2022-10-15T17:35:16.000Z","dependencies_parsed_at":"2023-04-04T19:00:27.814Z","dependency_job_id":null,"html_url":"https://github.com/adelarsq/suave_graphql_sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fsuave_graphql_sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fsuave_graphql_sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fsuave_graphql_sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Fsuave_graphql_sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adelarsq","download_url":"https://codeload.github.com/adelarsq/suave_graphql_sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249738799,"owners_count":21318503,"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":["dotnet","fsharp","graphql"],"created_at":"2024-08-02T04:00:32.880Z","updated_at":"2025-04-19T16:34:10.957Z","avatar_url":"https://github.com/adelarsq.png","language":"F#","readme":"# Suave GraphQL Sample using .NET 5\n\n[Suave](https://suave.io) is a full async stand alone web server developed in [F#](https://fsharp.org).\n\n[GraphQL](https://graphql.org) is an open-source data query and manipulation language for APIs.\n\nThis project is a sample showing how to use GraphQL on Suave using [.NET 5](https://devblogs.microsoft.com/dotnet/introducing-net-5).\n\n## How to use?\n\nOn the terminal run with:\n\n```\ncd src/App\ndotnet run\n```\n\nThe server will start on the address `http://127.0.0.1:8080`.\n\n## Queries\n\nWith a GraphQL client you can test with the follow queries:\n\n```graphql\nquery {\n    viewer {\n      id\n      name\n      age\n    }\n}\n```\n\nQuery with fragments:\n\n```graphql\nfragment userFragment on User {\n    widgets(first: 10) {\n        edges {\n            node {\n                id\n                name\n            }\n        }\n    }\n}\n  \nquery {\n    viewer {\n        ...userFragment\n    }\n}\n```\n\n## Acknowledgments\n\nThis project is based on the [FSharp.Data.GraphQL](https://github.com/fsprojects/FSharp.Data.GraphQL) samples.\n\n","funding_links":[],"categories":["Server Side"],"sub_categories":["Suave"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelarsq%2Fsuave_graphql_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadelarsq%2Fsuave_graphql_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelarsq%2Fsuave_graphql_sample/lists"}