You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, seems like it is a discrepancy. But you can use it now if you use the name only when interacting with groups. You don't need to provide both fields in the input
I was trying to use
AddGroupToProject
and I think I've found a discrepancy.type
ProjectGroupsInput{}
takes aProjectInput{}
which takes auint
Id
along with the project name.It also gets an array of
GroupInput
. which is an alias forProjectInput
so takes the sameId
andName
.However a group id is not a
uint
, it's auuid.Uuid
in typeGroup{}
So, my question is, do we need the Name at all if we have the Id for both
ProjectInput
andGroupInput
? More importantly, should we have a new type:The text was updated successfully, but these errors were encountered: