Is there any mutation to create terms in Ataccama web using API.
Write business terms using graphQL
Best answer by Albert de Ruiter
Hi
In the graphQL Playground you can apply mutations like:
mutation createBizTerm {
businessTermCreate(
new: { _type: "businessTerm", abbreviation: "MT", name: "Mutation Term" }
parentGid: "00000000-0000-0000-0000-000000000001"
parentNode: "metadata"
parentProperty: "terms"
) {
success
result {
gid
publishedVersion {
name
}
draftVersion {
name
}
}
}
Myself I have a different approach by using OneDesktop: reading the term details from a text file and writing with a Metadata Writer. This allows you to load new terms in bulk, which is not possible using the Playground.
Kind regards,
Albert
Reply
Login to the Ataccama Community
No account yet? Create an account
For Ataccama Customers and Partners
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.