DerivedStateAttribute
No description
type DerivedStateAttribute {
attribute_key: String!
cache_projection_column: String
data_type: String!
fallback_value: String!
id: ID!
is_reserved: Boolean!
is_system: Boolean!
}
Fields
DerivedStateAttribute.attribute_key ● String! non-null scalar
DerivedStateAttribute.cache_projection_column ● String scalar
DerivedStateAttribute.data_type ● String! non-null scalar
DerivedStateAttribute.fallback_value ● String! non-null scalar
DerivedStateAttribute.id ● ID! non-null scalar
DerivedStateAttribute.is_reserved ● Boolean! non-null scalar
DerivedStateAttribute.is_system ● Boolean! non-null scalar
Returned By
createDerivedStateAttribute mutation ● derivedStateAttributes query ● updateDerivedStateAttribute mutation
Member Of
DerivedStateAttributeDetail object