Solved

Associate classic file resource type with Flexible Data Model object

  • 20 December 2023
  • 2 replies
  • 44 views

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. 

 

 

icon

Best answer by Dilini Fernando 11 January 2024, 11:55

View original

2 replies

Userlevel 4
Badge +2

Hi @Arunaraja,

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

Br,
Dilini 

Userlevel 4
Badge +2

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