INPUT_OBJECT
CreateProjectInput
link GraphQL Schema definition
- input CreateProjectInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Multi-line text input field.
- : String
- # Date information.
- : Date!
- # Name of the entity and its default text representation.
- : String!
- # Relation to single entity instance.
- : ID!
- # Relation to single entity instance.
- : ID
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Date information.
- : Date
- # Relation to single entity instance.
- : ID
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Monetary value in a foreign currency.
- : CurrencyForeignFieldInput
- # Relations to CloudObjects.
- : [CreateCloudObjectRelationNoBackrefInput!]
- # Relations to SalesUnits.
- : [CreateProjectSharingSalesUnitRelationNoProjectBackrefInput!]
- # Relations to Clients.
- : [CreateProjectSharingClientRelationNoProjectBackrefInput!]
- # Relations to Contacts.
- : [CreateProjectContactRelationNoProjectBackrefInput!]
- # Relations to Tags.
- : [CreateTagRelationNoProjectBackrefInput!]
- # Relations to Profiles.
- : [CreateProfileRelationNoProjectBackrefInput!]
- }