{"id":17182354,"url":"https://github.com/simoncropp/graphql.entityframework","last_synced_at":"2026-04-02T22:39:20.282Z","repository":{"id":32690553,"uuid":"140641873","full_name":"SimonCropp/GraphQL.EntityFramework","owner":"SimonCropp","description":"Adds EntityFramework Core IQueryable support to GraphQL","archived":false,"fork":false,"pushed_at":"2025-05-13T09:35:38.000Z","size":3303,"stargazers_count":392,"open_issues_count":1,"forks_count":63,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-14T08:08:30.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/SimonCropp.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":"code_of_conduct.md","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":"2018-07-12T00:47:31.000Z","updated_at":"2025-05-13T09:35:41.000Z","dependencies_parsed_at":"2024-01-17T11:47:12.879Z","dependency_job_id":"a431cd0e-7170-4e4c-816b-ababcd8bc42b","html_url":"https://github.com/SimonCropp/GraphQL.EntityFramework","commit_stats":{"total_commits":2223,"total_committers":24,"mean_commits":92.625,"dds":"0.37067026540710746","last_synced_commit":"300574828136bddef1b5cf3b919ceb6e9a033b17"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonCropp%2FGraphQL.EntityFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonCropp%2FGraphQL.EntityFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonCropp%2FGraphQL.EntityFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonCropp%2FGraphQL.EntityFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonCropp","download_url":"https://codeload.github.com/SimonCropp/GraphQL.EntityFramework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101558,"owners_count":22014908,"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":[],"created_at":"2024-10-15T00:36:51.645Z","updated_at":"2026-04-02T22:39:20.276Z","avatar_url":"https://github.com/SimonCropp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nGENERATED FILE - DO NOT EDIT\nThis file was generated by [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets).\nSource File: /readme.source.md\nTo change this file edit the source file and then run MarkdownSnippets.\n--\u003e\n\n# \u003cimg src=\"/src/icon.png\" height=\"30px\"\u003e GraphQL.EntityFramework\n\n[![Build status](https://img.shields.io/appveyor/build/SimonCropp/graphql-entityframework)](https://ci.appveyor.com/project/SimonCropp/graphql-entityframework)\n[![NuGet Status](https://img.shields.io/nuget/v/GraphQL.EntityFramework.svg)](https://www.nuget.org/packages/GraphQL.EntityFramework/)\n\n\nAdd [EntityFramework Core IQueryable](https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.system-linq-iqueryable-provider) support to [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet)\u003c!-- include: intro. path: /docs/mdsource/intro.include.md --\u003e\n\n## Features\n\n- **Automatic Query Generation** - Maps GraphQL queries to EF Core queries\n- **Smart Projections** - Only loads requested fields from the database for optimal performance\n- **Foreign Key Inclusion** - Automatically includes primary and foreign keys in projections for reliable custom resolvers\n- **Filtering \u0026 Sorting** - Built-in support for complex `where`, `orderBy`, `skip`, and `take` arguments\n- **Pagination** - GraphQL Relay connection specification support with `first`/`after` and `last`/`before`\n- **Navigation Properties** - Automatic includes based on requested GraphQL fields\n- **Multi-Context Support** - Use multiple DbContext types in the same GraphQL schema\u003c!-- endInclude --\u003e\n\n\n**See [Milestones](../../milestones?state=closed) for release notes.**\n\n\n## Sponsors\n\n### Entity Framework Extensions\u003c!-- include: sponsors. path: /docs/mdsource/sponsors.include.md --\u003e\n\n[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp\u0026utm_medium=GraphQL.EntityFramework) is a major sponsor and is proud to contribute to the development this project.\n\n[![Entity Framework Extensions](https://raw.githubusercontent.com/SimonCropp/GraphQL.EntityFramework/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp\u0026utm_medium=GraphQL.EntityFramework)\n\n### Developed using JetBrains IDEs\n\n[![JetBrains logo.](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)](https://jb.gg/OpenSourceSupport)\u003c!-- endInclude --\u003e\n\n\n## NuGet package\n\nhttps://nuget.org/packages/GraphQL.EntityFramework/\n\n\n## Documentation\n\n * [Configuration](/docs/configuration.md)\n * [Defining Graphs](/docs/defining-graphs.md)\n * [Query Usage](/docs/query-usage.md)\n * [Filters](/docs/filters.md)\n\n\n## Icon\n\n[Memory](https://thenounproject.com/term/database/1631008/) designed by H Alberto Gongora from [The Noun Project](https://thenounproject.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimoncropp%2Fgraphql.entityframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimoncropp%2Fgraphql.entityframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimoncropp%2Fgraphql.entityframework/lists"}