Sha256: ce8dbe456e66f3eb0ed983a83e73525b01f789540c23c6a21624bf0bdc809df5
Contents?: true
Size: 308 Bytes
Versions: 5
Compression:
Stored size: 308 Bytes
Contents
Types::EventOccurrenceType = GraphQL::ObjectType.define do name "Event Occurrences" description "DateBook Event Occurrences" field :id, !types.ID field :event, Types::EventType field :url, types.String field :popover_url, types.String field :start, types.String field :end, types.String end
Version data entries
5 entries across 5 versions & 1 rubygems