Class On_Comment


  • public class On_Comment
    extends ch.brix.gql.client.TypeBuilder
    • Constructor Detail

      • On_Comment

        public On_Comment()
    • Method Detail

      • id

        public On_Comment id()
        The `Comment` identifier.
      • createdAt

        public On_Comment createdAt()
        The `DateTime` of the `Comment` creation.
      • modifiedAt

        public On_Comment modifiedAt()
        The `DateTime` of the `Comment` last modification.
      • content

        public On_Comment content()
        The `Comment` message.