class Hasura::Schema::GetStories::Story

Included Modules

Defined in:

schema/schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def created_at : Time #

def created_at=(created_at : Time) #

def created_at? : Time | Nil #

def edit : JSON::Any #

def edit=(edit : JSON::Any) #

def edit? : JSON::Any | Nil #

def id : String #

def id=(id : String) #

def id? : String | Nil #

def title : String #

def title=(title : String) #

def title? : String | Nil #