- Jan 30, 2019
- Jan 29, 2019
- Jan 25, 2019
-
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
-
Jure authored
BREAKING CHANGE: The GraphQL schema/API has changed to suport the Team -> TeamMembers -> User/Alias relationships. Take a look at `team_graphql_test.js` for examples on how you can now manage team memberships with a single createTeam/updateTeam mutation.
-
- Jan 24, 2019
-
-
Jure authored
-
Jure authored
-
Jure authored
BREAKING CHANGE: Previously objectId and objectType were stored in a JSONB column on the teams table. This has changed (and the migration takes care of table and data migration) in favor of storing objectId and objectType as flat columns on the teams table. For reasons of querying, indexing and ease of use, this is a better option. The read side of the API still returns a nested TeamObject, but the GraphQL mutations have changed (see `team_graphql_test.js` for some examples).
-
Jure authored
-
- Jan 23, 2019
- Jan 18, 2019
- Jan 17, 2019