‎07-08-2023 10:58 AM
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
‎10-08-2023 10:35 PM
@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