INPUT_OBJECT
CreateLeadOpptyKPIInput
link GraphQL Schema definition
- input CreateLeadOpptyKPIInput {
- String :
- # Last modification time.
- DateTime :
- # Creation time.
- DateTime :
- # Generic field wrapping sqlalchemy column, configurable by constructor.
- #
- # Good for one-of fields / generated fields.
- #
- ID :
- # Relation to single entity instance.
- ID :
- # Field whose values are strictly defined with an enumeration of values.
- LeadOpptyKpiEnum! :
- # Relation to single abstract entity instance.
- #
- # E.g. Relation to Lead/Oppty
- #
- ID! :
- # Relation to single entity instance.
- ID :
- # Relation to single entity instance.
- ID! :
- # Revision when entity was lastly changed.
- Int :
- }