UserSetAssociation
No description
type UserSetAssociation implements Sortable {
sortID: SortID
setID: ID!
user: UserPublicInfo!
startedAt: Time
completedAt: Time
updatedAt: Time
}
Fields
sortID ● SortID scalar
setID ● ID! non-null scalar
user ● UserPublicInfo! non-null object
startedAt ● Time scalar
completedAt ● Time scalar
updatedAt ● Time scalar
Interfaces
Sortable interface
Member of
UserSetAssociations object