{"id":20665289,"url":"https://github.com/adelarsq/falco_graphql_sample","last_synced_at":"2025-06-12T04:35:55.921Z","repository":{"id":150210875,"uuid":"552034028","full_name":"adelarsq/falco_graphql_sample","owner":"adelarsq","description":"Falco GraphQL Sample 🐣💙💛🤍💚","archived":false,"fork":false,"pushed_at":"2024-04-07T20:37:39.000Z","size":23,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T19:04:48.959Z","etag":null,"topics":["api","dotnet","fsharp","graphql","sample","sample-app"],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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":"LICENSE","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,"zenodo":null}},"created_at":"2022-10-15T17:05:13.000Z","updated_at":"2024-06-23T02:52:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"fa520d15-941e-4bc6-bde5-4f669dfc813e","html_url":"https://github.com/adelarsq/falco_graphql_sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adelarsq/falco_graphql_sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Ffalco_graphql_sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Ffalco_graphql_sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Ffalco_graphql_sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Ffalco_graphql_sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adelarsq","download_url":"https://codeload.github.com/adelarsq/falco_graphql_sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adelarsq%2Ffalco_graphql_sample/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259398727,"owners_count":22851488,"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":["api","dotnet","fsharp","graphql","sample","sample-app"],"created_at":"2024-11-16T19:29:43.545Z","updated_at":"2025-06-12T04:35:55.637Z","avatar_url":"https://github.com/adelarsq.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Falco GraphQL Sample using .NET 8\n\n[Falco](https://www.falcoframework.com/) is a toolkit for building secure, fast, functional-first and fault-tolerant web applications using [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 Falco using [.NET 8](https://dotnet.microsoft.com).\n\nFor .NET 6 check [dotnet_6](https://github.com/adelarsq/falco_graphql_sample/tree/dotnet_6) branch.\n\n## How to use?\n\nOn the terminal run with:\n\n```\ncd src/HelloWorld\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\n![image](https://user-images.githubusercontent.com/430272/195999560-20927bd0-d948-4815-b723-a0baa452036f.png)\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![image](https://user-images.githubusercontent.com/430272/195999585-37f566db-bab0-4aca-8caf-32e25c60d3e3.png)\n\n## Acknowledgments\n\n- [Falco](https://www.falcoframework.com)\n- [FSharp.Data.GraphQL](https://github.com/fsprojects/FSharp.Data.GraphQL)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelarsq%2Ffalco_graphql_sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadelarsq%2Ffalco_graphql_sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadelarsq%2Ffalco_graphql_sample/lists"}