{"id":14976155,"url":"https://github.com/mnie/fscheck.graphql","last_synced_at":"2025-09-18T14:32:18.957Z","repository":{"id":116099333,"uuid":"144530983","full_name":"MNie/FsCheck.GraphQL","owner":"MNie","description":"Library which helps creating GraphQL queries for FsCheck tests","archived":false,"fork":false,"pushed_at":"2020-05-13T06:19:57.000Z","size":17,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T08:40:03.585Z","etag":null,"topics":["fscheck","fscheck-tests","graphql","graphql-query"],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MNie.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}},"created_at":"2018-08-13T04:52:19.000Z","updated_at":"2022-05-25T07:44:31.000Z","dependencies_parsed_at":"2023-05-31T05:15:23.931Z","dependency_job_id":null,"html_url":"https://github.com/MNie/FsCheck.GraphQL","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"c583137f836786fe49e21a9413ad7cceec300acd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MNie/FsCheck.GraphQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNie%2FFsCheck.GraphQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNie%2FFsCheck.GraphQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNie%2FFsCheck.GraphQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNie%2FFsCheck.GraphQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MNie","download_url":"https://codeload.github.com/MNie/FsCheck.GraphQL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNie%2FFsCheck.GraphQL/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275781396,"owners_count":25527362,"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-09-18T02:00:09.552Z","response_time":77,"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":["fscheck","fscheck-tests","graphql","graphql-query"],"created_at":"2024-09-24T13:53:24.056Z","updated_at":"2025-09-18T14:32:18.651Z","avatar_url":"https://github.com/MNie.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FsCheck.GraphQL [![NuGet](https://buildstats.info/nuget/FsCheck.GraphQL?includePreReleases=true)](https://www.nuget.org/packages/FsCheck.GraphQL)\n\nA library which helps to create GraphQL queries for FsCheck tests.\n\nHow to use it?\nYou have to implement a `QueryTestArbitrary` class in your code and in your own implementation invoke `build` or `buildWithArgs` depending on the query which you want to generate.\n\n```fsharp\ntype CustomQueryArb() =\n    inherit QueryTestArbitrary\u003cCustomQuery\u003e()\n\n    member this.create resolver = base.build resolver\n\n\ntype CustomQueryWithArgsArb() =\n    inherit QueryTestArbitrary\u003cCustomQueryWithArgs\u003e()\n\n    member this.create resolver fetchArg = this.buildWithArgs resolver fetchArg\n```\n\nWhere `resolver` is a function to gather an instance of all GraphQL types in your project.\n`fetchArgs` whereas is a function to gather all arguments to a query.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnie%2Ffscheck.graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnie%2Ffscheck.graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnie%2Ffscheck.graphql/lists"}