datacite / pidgraph-notebooks-python

MIT License
14 stars 9 forks source link

GQL error in User Story #6 #15

Open Lilykos opened 3 years ago

Lilykos commented 3 years ago

There seems to be an issue with the query in User Story #6. After trying to run the query, we get the following error:

GraphQLError: Cannot query field "affiliation" on type "Person". Did you mean "publications"?

This means we cannot run the rest of the cells. Any ideas on that? Did something change in the schema? Thank you in advance.