Sha256: 9719cb1726fbded37bb4b5bd8d3a9ded22d2b4c095767c5bf890935b2d84effe
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 Bytes
Contents
Types::EventType = GraphQL::ObjectType.define do name "Event" description "DateBook Events" field :id, !types.ID field :calendar, Types::CalendarType field :name, types.String field :slug, types.String field :url, types.String field :description, types.String field :css_class, types.String field :text_color, types.String field :background_color, types.String field :border_color, types.String field :start, types.String field :end, types.String field :duration, types.String field :all_day, types.Boolean field :created_at, Types::DateTimeType field :updated_at, Types::DateTimeType end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
date_book-0.0.6 | app/graphql/types/event_type.rb |