OBJECT
UserCollectionCompletion
link GraphQL Schema definition
- type UserCollectionCompletion implements Node {
- : ID!
- # The time that the user completed the collection.
- : Time
- # The user that completed the collection.
- : ID!
- # The collection that the user completed.
- : ID!
- # The user that completed the collection.
- : User!
- # The collection that the user completed.
- : Collection!
- : EducationCredit
- }