{"id":19312384,"url":"https://github.com/niw/graphqllanguage","last_synced_at":"2025-06-26T06:33:32.926Z","repository":{"id":44881363,"uuid":"324886094","full_name":"niw/GraphQLLanguage","owner":"niw","description":"A simple GraphQL language parser library for Swift.","archived":false,"fork":false,"pushed_at":"2022-04-03T01:41:13.000Z","size":691,"stargazers_count":26,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-22T15:45:11.017Z","etag":null,"topics":["graphql","swift"],"latest_commit_sha":null,"homepage":"","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/niw.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-28T01:46:30.000Z","updated_at":"2023-09-08T15:14:09.000Z","dependencies_parsed_at":"2022-09-10T03:24:00.773Z","dependency_job_id":null,"html_url":"https://github.com/niw/GraphQLLanguage","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/niw/GraphQLLanguage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2FGraphQLLanguage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2FGraphQLLanguage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2FGraphQLLanguage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2FGraphQLLanguage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niw","download_url":"https://codeload.github.com/niw/GraphQLLanguage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niw%2FGraphQLLanguage/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262014912,"owners_count":23245225,"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","swift"],"created_at":"2024-11-10T00:34:28.798Z","updated_at":"2025-06-26T06:33:32.885Z","avatar_url":"https://github.com/niw.png","language":"Swift","readme":"GraphQL Language\n================\n\nA simple GraphQL language parser library for Swift.\n\n![GraphQL Language](Resources/GraphQLLanguage.png)\n\nThis library provides a plain Swift representation of GraphQL language\nimplemented by using [ANTLR4 GraphQL Grammar](https://github.com/niw/antlr4-graphql-grammar),\nthat is a language independent implementation of ANTLR4 grammar for GraphQL language.\n\nTry it\n------\n\nOpen `Examples/Example.xcodeproj` in Xcode and Run `Example` scheme.\n\nIt builds a tiny command line tool and runs it for [Example.graphql](Examples/Example.graphql),\nthen print Swift presentation of it.\n\nUsage\n-----\n\nAdd the following lines to your `Package.swift` or use Xcode “Add Package Dependency…” menu.\n\n```swift\n// In your `Package.swift`\n\ndependencies: [\n    .package(name: \"GraphQLLanguage\", url: \"https://github.com/niw/GraphQLLanguage\", ...),\n    ...\n],\ntargets: [\n    .target(\n        name: ...,\n        dependencies: [\n            .product(name: \"GraphQLLanguage\", package: \"GraphQLLanguage\"),\n            ...\n        ]\n    ),\n    ...\n]\n```\n\nLicense\n-------\n\nThis library contains multiple products such as [ANTLR4 runtime](Vendor/antlr4).\nSee license file under each directory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniw%2Fgraphqllanguage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniw%2Fgraphqllanguage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniw%2Fgraphqllanguage/lists"}