-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Preparations for use in Relay #134
Comments
Aye aye. So basically, since our current sprint where the new artist view is scheduled is slated for 21st of March, this means I’d need to be able to use Relay with metaphysics before then, e.g. 16th. |
@alloy where did this end up ( I know we use relay in Eigen now ) |
We do use Relay, but there are certain features we can’t use yet. I will update the original comment with a TODO list. |
@mzikherman Can you shed some light on that issue with |
Moved connections part to a new ticket #367 |
I haven't researched at all what is needed here, but whatever work is needed to make metaphysics work nicely with Relay will be needed for both web and mobile.
[Updated by @alloy]
id
fields to be a composite key, so that the type and specific instance can be inflected from it. E.g.Artist#banksy
. The common implementation deployed in the GraphQL community also Base64 encodes that key._id
, which maps to the Gravity ID. However from short discussion with @joeyAghion, it seems like searching by_id
could be a problem, because only some models would support searching by slug on that field. Alternatively we’ll have to add e.g.gravityID
, which would be the equivalent ofid
right now.The text was updated successfully, but these errors were encountered: