We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the apollo cache is disabled for bb bus details because the id of the service is not unique. (the content depends on area as well).
id
area
this could be improved.
jo, i did some more research. we can come back to it at some later point: https://www.apollographql.com/docs/react/v2/caching/cache-configuration/#assigning-unique-identifiers
Originally posted by @donni106 in #419 (comment)
The text was updated successfully, but these errors were encountered:
++ i found out that there is a
https://github.com/ikuseiGmbH/smart-village-app-app/blob/efdf33b7c9653eee062d3c1161f6e5f4793ccb1a/src/hooks/apollo.ts#L10-L12
but we do not use it. instead we do
https://github.com/ikuseiGmbH/smart-village-app-app/blob/efdf33b7c9653eee062d3c1161f6e5f4793ccb1a/src/screens/BB-BUS/DetailScreen.js#L108-L113
Sorry, something went wrong.
donni106
No branches or pull requests
Currently the apollo cache is disabled for bb bus details because the
id
of the service is not unique. (the content depends onarea
as well).this could be improved.
jo, i did some more research.
we can come back to it at some later point: https://www.apollographql.com/docs/react/v2/caching/cache-configuration/#assigning-unique-identifiers
Originally posted by @donni106 in #419 (comment)
The text was updated successfully, but these errors were encountered: