-
Notifications
You must be signed in to change notification settings - Fork 19
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
Server Based Colonies #1932
Server Based Colonies #1932
Conversation
f223780
to
97fc72b
Compare
5cb575b
to
5dcce30
Compare
5dcce30
to
f9a35e9
Compare
f9a35e9
to
5fec089
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this seems mostly fine, just some tweaks and adjustments to data fetching mostly!
This is ready to merge when you want to |
Re-add domains once they're available from mongo
This comment was generated by todo based on a
|
Re-add domains once they're available from mongo
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/admin/components/AdminDashboard/AdminDashboard.tsx Lines 172 to 177 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/admin/components/AdminDashboard/AdminDashboard.tsx Lines 203 to 208 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 132 to 137 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 143 to 148 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 195 to 200 in bdcf9b6
This comment was generated by todo based on a
|
Re-add nativeTokenRefcolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 201 to 206 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 213 to 218 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 234 to 239 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 240 to 245 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 251 to 256 in bdcf9b6
This comment was generated by todo based on a
|
Re-add domains once they're available from mongocolonyDapp/src/modules/dashboard/components/ColonyHome/ColonyHome.tsx Lines 310 to 315 in bdcf9b6
This comment was generated by todo based on a
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Approved!
Description
This PR aims at adding, at least in the initial stages, the queries, mutations and types for the Apollo GraphQL server to be able to store Colony related data.
Alongside that, this branch will also touch Components, Actions, Action Creators and Saga, in order to make user of the above GraphQL data.
Rebased on
feature/graphql-generation