Method: GraphQL::Schema::Warden::NullWarden#enum_values

Defined in:
lib/graphql/schema/warden.rb

#enum_values(enum_defn) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

rubocop:disable Development/ContextIsPassedCop



104
# File 'lib/graphql/schema/warden.rb', line 104

def enum_values(enum_defn); enum_defn.enum_values; end