Browse Source

query node - input schema publishedBeforeJoystream integration to video

ondratra 4 years ago
parent
commit
41160fbb4f
1 changed files with 1 additions and 9 deletions
  1. 1 9
      query-node/schema.graphql

+ 1 - 9
query-node/schema.graphql

@@ -216,14 +216,6 @@ type UserDefinedLicenseEntity @entity {
   happenedIn: Block!
 }
 
-type PublishedBeforeJoystream @entity {
-  id: ID!
-
-  isPublished: String
-
-  publishedAt: DateTime
-}
-
 type Video @entity {
   "Runtime entity identifier (EntityId)"
   id: ID!
@@ -256,7 +248,7 @@ type Video @entity {
   hasMarketing: Boolean
 
   "If the Video was published on other platform before beeing published on Joystream - the original publication date"
-  publishedBeforeJoystream: Int
+  publishedBeforeJoystream: DateTime
 
   "Whether the Video is supposed to be publically displayed"
   isPublic: Boolean