OBJECT

ImportVideoPayload

Autogenerated return type of ImportVideo

link GraphQL Schema definition

  • type ImportVideoPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # If the authenticated session indicates that the main user is observing a
  • # sub-user, the current_observer response object will contain the observer User
  • # object.
  • current_observer: User
  • # If the request is authenticated, the current_user response object will contain
  • # the authenticated User object.
  • current_user: User
  • errors: [UserError!]
  • # Top video on facebook
  • facebook_top_video: FacebookTopVideo
  • # Top video on instagram business account
  • instagram_business_top_video: InstagramBusinessTopVideo
  • media: Media
  • # Top video on youtube
  • youtube_top_video: YoutubeTopVideo
  • }