{"id":13499363,"url":"https://github.com/prisma-labs/python-graphql-client","last_synced_at":"2026-02-15T06:01:40.839Z","repository":{"id":57435865,"uuid":"58638248","full_name":"prisma-labs/python-graphql-client","owner":"prisma-labs","description":"Simple GraphQL client for Python 2.7+","archived":false,"fork":false,"pushed_at":"2020-09-30T10:54:50.000Z","size":17,"stargazers_count":156,"open_issues_count":10,"forks_count":45,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-02-01T14:53:25.013Z","etag":null,"topics":["graphql","graphql-client","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/prisma-labs.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}},"created_at":"2016-05-12T12:09:18.000Z","updated_at":"2025-11-25T00:25:52.000Z","dependencies_parsed_at":"2022-09-01T16:52:28.991Z","dependency_job_id":null,"html_url":"https://github.com/prisma-labs/python-graphql-client","commit_stats":null,"previous_names":["prismagraphql/python-graphql-client","prisma/python-graphql-client","graphcool/python-graphql-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prisma-labs/python-graphql-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma-labs%2Fpython-graphql-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma-labs%2Fpython-graphql-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma-labs%2Fpython-graphql-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma-labs%2Fpython-graphql-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prisma-labs","download_url":"https://codeload.github.com/prisma-labs/python-graphql-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prisma-labs%2Fpython-graphql-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29416040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["graphql","graphql-client","python"],"created_at":"2024-07-31T22:00:32.493Z","updated_at":"2026-02-15T06:01:40.796Z","avatar_url":"https://github.com/prisma-labs.png","language":"Python","funding_links":[],"categories":["Libraries","Python"],"sub_categories":["Python Libraries"],"readme":"# python-graphql-client\nSimple GraphQL client for Python 2.7+\n\n## Install\n\n```sh\npip install graphqlclient\n```\n\n## Usage\n\n\n```py\nfrom graphqlclient import GraphQLClient\n\nclient = GraphQLClient('http://graphql-swapi.parseapp.com/')\n\nresult = client.execute('''\n{\n  allFilms {\n    films {\n      title\n    }\n  }\n}\n''')\n\nprint(result)\n```\n\n### Authorization\n\nAuthorization tokens can be added to the request using the client's `inject_token` method:\n\n```py\nclient.inject_token('very-long-and-secure-token')\n```\n\nwhich defaults to http header name `Authorization`.\nAn alternative http header name for the token can be set by passing in the alternative header name, e.g. for `x-api-key`:\n\n```py\nclient.inject_token('very-long-and-secure-token','x-api-key')\n```\n\n## License\n\n[MIT License](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprisma-labs%2Fpython-graphql-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprisma-labs%2Fpython-graphql-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprisma-labs%2Fpython-graphql-client/lists"}