OBJECT
ContactForm
link GraphQL Schema definition
- type ContactForm {
- # Id
- : Int!
- # Name
- : String!
- # Description
- : String
- # Date of creation
- : DateTime!
- # Date of last update
- : DateTime!
- # Inheritance status
- : String!
- # ContactForm parent, if exists
- : ContactForm
- # Site that owns this ContactForm
- : PublicSite
- }