cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

V5 GraphQL metaclass library

mozdal
MEGA Partner
MEGA Partner

Hi Everyone,

I can't see the library part when querying or creating any metaclass. For example;

mutation basicCreation {
createApplication(application:{
name:"_GraphqlTest"
}) {
id
name
}
}

The creation is successful, but the application is imported without the library. 

How can we do this?

 

Thanks.

Thanks

1 Reply

rsutcliffe
MEGA
MEGA

@mozdal ,

The functionality does not seem to exist in an Out of the Box schema file, but can be implemented in a custom JSON schema file via the relationships of the Application to the Library. 

I hope that this helps.

Kind regards,

Ryan