Sha256: c5ac4cc876a2b5234332ff54e44c8992e5a9da4796793e94e43bd917f203cba3
Contents?: true
Size: 197 Bytes
Versions: 5
Compression:
Stored size: 197 Bytes
Contents
Types::ProfileType = GraphQL::ObjectType.define do name "Profile" field :id, types.ID field :name, types.String field :email, types.String field :calendars, types[Types::CalendarType] end
Version data entries
5 entries across 5 versions & 1 rubygems