Sha256: 335775825de3f407a05c846709608ad20c7afdd46724e62fd694c069a2a17da2
Contents?: true
Size: 274 Bytes
Versions: 33
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module GraphQL module Introspection class DynamicFields < Introspection::BaseObject field :__typename, String, "The name of this type", null: false def __typename object.class.graphql_name end end end end
Version data entries
33 entries across 33 versions & 1 rubygems