Added user tags #23
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: railbird/railbird-gql#23
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "micah/get-user-tags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -1114,6 +1114,7 @@ export type Query = {
getShotAnnotationTypes: Array<ShotAnnotationTypeGql>;
getShots: Array<ShotGql>;
getUser?: Maybe<UserGql>;
getUserTags: UserTagsGql;
will this actually be user tags exclusively or also include the default railbird tags?
I suppose it could be any tag. It might be more useful to have a generic tag.
@ -1293,6 +1304,11 @@ export type UserPlayTimeGql = {
totalSeconds: Scalars["Float"]["output"];
};
export type UserTagsGql = {
Do we really need an outer wrapping type?
I suppose if you want to do pagination it could end up being helpful.
I guess I misinterpreted an error message and thought I had to.
New commits pushed, approval review dismissed automatically according to repository settings
Added user tagsto WIP: Added user tagsWIP: Added user tagsto Added user tags