Skip to main content

When I upload a file into Classic data model, how do I associate that file object to Flexible Data Model (FDM) object and retrieve the file object data using Graph API from FDM. 

 

 

Hi @Arunaraja,

As we have received a support ticket for this question, we will provide a follow-up through the ticket.

Br,
Dilini 


Hi @Arunaraja,

I can see that you were able to resolve the support ticket following the below query.

type Movie @view(version: "2"){ 
name: String! 
movie_files: :File] 
}

  

As of now, I will close this ticket. If you have any questions, please feel free to create a hub post. 

Br,
Dilini

 


Reply