Sha256: 06923b1687e4bc728b8c3bd621aff00f0c8f87d0e8bb6d961900482f101283b7
Contents?: true
Size: 226 Bytes
Versions: 36
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true module Platform module Objects Photo = GraphQL::ObjectType.define do field(:caption, types.String) do resolve(->(obj, _args, _ctx) { obj.caption }) end end end end
Version data entries
36 entries across 36 versions & 1 rubygems