Skip to main content

CustomAttribute

Representation of a custom attribute in a namespace

type CustomAttribute {
namespace: String!
name: String!
value: String
}

Fields

namespace ● String!

Which namespace is the attribute in

name ● String!

The name of the attribute

value ● String

The value of the attribute

Example

{}