OBJECT

UserCollectionCompletion

link GraphQL Schema definition

  • type UserCollectionCompletion implements Node {
  • id: ID!
  • # The time that the user completed the collection.
  • completedAt: Time
  • # The user that completed the collection.
  • userID: ID!
  • # The collection that the user completed.
  • collectionID: ID!
  • # The user that completed the collection.
  • user: User!
  • # The collection that the user completed.
  • collection: Collection!
  • educationCredit: EducationCredit
  • }