Sha256: 29749c8eedf981e0097150a7ed10b2874c3771c774d185151d871b300af9ad39
Contents?: true
Size: 517 Bytes
Versions: 4
Compression:
Stored size: 517 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 :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
4 entries across 4 versions & 1 rubygems