{"id":17690561,"url":"https://github.com/slashmo/graphql-swift-repl","last_synced_at":"2026-05-16T21:02:21.200Z","repository":{"id":113574271,"uuid":"161053899","full_name":"slashmo/graphql-swift-repl","owner":"slashmo","description":"REPL for my GraphQL Lexer 💻📝","archived":false,"fork":false,"pushed_at":"2018-12-09T22:55:20.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T18:59:00.642Z","etag":null,"topics":["demo","graphql","lexer","repl","swift"],"latest_commit_sha":null,"homepage":"https://github.com/ocelotgraphql/graphql-swift","language":"Swift","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/slashmo.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-12-09T15:34:57.000Z","updated_at":"2020-10-16T13:37:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"c593811d-5584-41f5-b10c-b4d0ee850209","html_url":"https://github.com/slashmo/graphql-swift-repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slashmo/graphql-swift-repl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashmo%2Fgraphql-swift-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashmo%2Fgraphql-swift-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashmo%2Fgraphql-swift-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashmo%2Fgraphql-swift-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slashmo","download_url":"https://codeload.github.com/slashmo/graphql-swift-repl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashmo%2Fgraphql-swift-repl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264713896,"owners_count":23652924,"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":["demo","graphql","lexer","repl","swift"],"created_at":"2024-10-24T11:51:11.892Z","updated_at":"2026-05-16T21:02:16.166Z","avatar_url":"https://github.com/slashmo.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Swift REPL\n\nThis is a REPL for playing around with the GraphQL Lexer I've written for the [`graphql-swift`](https://github.com/ocelotgraphql/graphql-swift) repository.\n\n## Installation\n\nStart by cloning this repository:\n\n``` sh\ngit clone git@github.com:slashmo/graphql-swift-repl.git\n```\n\n### macOS (without Docker)\n\nIf you already have **Swift 4.2** installed on your Mac it's as easy as executing `swift run` inside this project's root folder.\n\n### Any platform (using Docker)\n\nI've provided a `Dockerfile` for those who prefer to run the REPL inside a container. Execute the following lines to get up \u0026 running:\n\n``` sh\ndocker build -t slashmo/graphql-swift-repl .\ndocker run -it --rm slashmo/graphql-swift-repl\n```\n\n\u003e Depending on your internet connection this will take a few minutes.\n\n## Example queries\n\n``` graphql\n# valid query\nquery {\n  repository(owner: \"apple\", name: \"swift\") {\n    stargazers {\n      totalCount\n    }\n  }\n}\n```\n\n``` graphql\n# invalid query\nquery {\n  repository(owner: \"apple\", name: \"swift) {\n    stargazers {\n      totalCount\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashmo%2Fgraphql-swift-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslashmo%2Fgraphql-swift-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashmo%2Fgraphql-swift-repl/lists"}