Skip to content

Commit 1fb76c3

Browse files
authored
Merge pull request #6 from noelleleigh/update-README
Update README
2 parents 8cfada6 + 29321c8 commit 1fb76c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# graphene-federation
22

3-
Federation support for ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) following the [Federation specifications](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/).
3+
Federation support for ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) following the [Apollo Federation specifications](https://www.apollographql.com/docs/federation/subgraph-spec).
44

5+
[![PyPI version][pypi-image]][pypi-url]
56
[![Unit Tests Status][unit-tests-image]][unit-tests-url]
67
[![Coverage Status][coveralls-image]][coveralls-url]
78
[![Integration Tests Status][integration-tests-image]][integration-tests-url]
89

10+
[pypi-image]: https://badge.fury.io/py/graphene-federation.svg
11+
[pypi-url]: https://pypi.org/project/graphene-federation/
912
[unit-tests-image]: https://github.com/graphql-python/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=main
1013
[unit-tests-url]: https://github.com/graphql-python/graphene-federation/actions?query=workflow%3A"Unit+Tests"
1114
[coveralls-image]: https://coveralls.io/repos/github/graphql-python/graphene-federation/badge.svg?branch=main
@@ -168,7 +171,7 @@ There is also a cool [example](https://github.com/preply/graphene-federation/iss
168171
## Known issues
169172

170173
1. decorators will not work properly on fields with custom names for example `some_field = String(name='another_name')`
171-
1. `@key` decorator will not work on [compound primary key](https://www.apollographql.com/docs/federation/entities/#defining-a-compound-primary-key)
174+
1. `@key` decorator will not work on [compound primary key](https://www.apollographql.com/docs/federation/entities-advanced/#compound-keys)
172175

173176
------------------------
174177

0 commit comments

Comments
 (0)