FieldTypeDef
API reference
A definition of a field on a custom object defined in a Module.
A field on an object has a static value, as opposed to a function on an object whose value is computed by invoking code (and can accept arguments).
Implements Node
deprecated: String
The reason this enum member is deprecated, if any.
description: String!
A doc string for the field, if any.
id: ID!
A unique identifier for this FieldTypeDef.
name: String!
The name of the field in lowerCamelCase format.