addAllowedContentNamespaceForLicenser
Declare that a licenser namespace can license content from a content namespace.
addAllowedContentNamespaceForLicenser(
content: ID!
licenser: ID!
): Boolean!
Arguments
addAllowedContentNamespaceForLicenser.content
● ID!
non-null scalar
The namespace of the content provider.
addAllowedContentNamespaceForLicenser.licenser
● ID!
non-null scalar
The namespace of the licenser.
Type
Boolean
scalar
The
Boolean
scalar type representstrue
orfalse
.