{"id":14442825,"url":"https://github.com/d-exclaimation/pioneer","last_synced_at":"2025-05-12T04:44:07.952Z","repository":{"id":36953485,"uuid":"432528051","full_name":"d-exclaimation/pioneer","owner":"d-exclaimation","description":"GraphQL for Swift.","archived":false,"fork":false,"pushed_at":"2024-12-19T02:28:23.000Z","size":5879,"stargazers_count":43,"open_issues_count":10,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-01T11:05:31.141Z","etag":null,"topics":["graphql","graphql-over-http","graphql-over-websocket","graphql-server","graphql-subscriptions","graphql-swift","graphql-ws","server-side-swift","subscriptions","subscriptions-transport-ws","swift","vapor","vapor-swift"],"latest_commit_sha":null,"homepage":"https://pioneer.talker.dev","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d-exclaimation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2021-11-27T17:45:02.000Z","updated_at":"2025-04-17T04:53:49.000Z","dependencies_parsed_at":"2024-12-19T03:33:34.011Z","dependency_job_id":null,"html_url":"https://github.com/d-exclaimation/pioneer","commit_stats":{"total_commits":408,"total_committers":5,"mean_commits":81.6,"dds":"0.039215686274509776","last_synced_commit":"c412d3685ebd840a57404032b97ad8d1ca047653"},"previous_names":[],"tags_count":50,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpioneer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpioneer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpioneer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d-exclaimation%2Fpioneer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d-exclaimation","download_url":"https://codeload.github.com/d-exclaimation/pioneer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253678837,"owners_count":21946314,"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":["graphql","graphql-over-http","graphql-over-websocket","graphql-server","graphql-subscriptions","graphql-swift","graphql-ws","server-side-swift","subscriptions","subscriptions-transport-ws","swift","vapor","vapor-swift"],"created_at":"2024-08-31T21:01:10.632Z","updated_at":"2025-05-12T04:44:07.898Z","avatar_url":"https://github.com/d-exclaimation.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./Documentation/public/pioneer-banner.png\"/\u003e\n\u003c/p\u003e\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fd-exclaimation%2Fpioneer%2Fbadge%3Ftype%3Dswift-versions\u0026style=flat-square)](https://swiftpackageindex.com/d-exclaimation/pioneer)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fd-exclaimation%2Fpioneer%2Fbadge%3Ftype%3Dplatforms\u0026style=flat-square)](https://swiftpackageindex.com/d-exclaimation/pioneer)\n[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fd-exclaimation%2Fpioneer%2Fbadge%3Fref%3Dmain\u0026style=flat-square)](https://actions-badge.atrox.dev/d-exclaimation/pioneer/goto?ref=main)\n\nPioneer is an open-source, [spec-compliant](https://github.com/graphql/graphql-http#servers) GraphQL server that's compatible with any GraphQL schema built with [GraphQLSwift/GraphQL](https://github.com/GraphQLSwift/GraphQL). \n\n## Setup\n\n```swift\n.package(url: \"https://github.com/d-exclaimation/pioneer\", from: \"1.0.0\")\n```\n\n### Quick start\n\n```swift\nimport Graphiti\nimport Pioneer\n\nstruct Resolver { ... }\n\nlet schema = try Schema\u003cResolver, Void\u003e { ... }\n\nlet server = Pioneer(\n    schema: schema,\n    resolver: .init()\n)\n\ntry server.standaloneServer(\n    port: 4000,\n    host: \"127.0.0.1\"\n)\n```\n\n## Usage/Examples\n\n- [Documentation](https://pioneer.dexclaimation.com/docs)\n- [Getting started](https://pioneer.dexclaimation.com/docs/getting-started)\n- [API References](https://swiftpackageindex.com/d-exclaimation/pioneer/documentation)\n- [Example](https://github.com/d-exclaimation/pioneer-example)\n\n## Feedback\n\nIf you have any feedback, feel free open an issue or discuss it in the discussion tab.\n\n### Attribution\n\nThis project is heavily inspired by [Apollo Server](https://github.com/apollographql/apollo-server), and it would not have been possible without the work put into [GraphQLSwift/GraphQL](https://github.com/GraphQLSwift/GraphQL).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-exclaimation%2Fpioneer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd-exclaimation%2Fpioneer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd-exclaimation%2Fpioneer/lists"}