Module: GraphQL::Schema::Interface

Extended by:
DefinitionMethods, Member::AcceptsDefinition
Includes:
Member::GraphQLTypeNames
Included in:
Types::Relay::BaseInterface
Defined in:
lib/graphql/schema/interface.rb

Defined Under Namespace

Modules: DefinitionMethods

Constant Summary

Constants included from Member::HasFields

Member::HasFields::CONFLICT_FIELD_NAMES

Constants included from Member::GraphQLTypeNames

Member::GraphQLTypeNames::Boolean, Member::GraphQLTypeNames::ID, Member::GraphQLTypeNames::Int

Instance Method Summary collapse

Methods included from DefinitionMethods

accessible?, definition_methods, included, kind, orphan_types, to_graphql, visible?

Methods included from Member::Scoped

#scope_items

Methods included from Member::RelayShortcuts

#connection_type, #connection_type_class, #edge_type, #edge_type_class

Methods included from Member::HasPath

#path

Methods included from Member::HasFields

#add_field, #field, #field_class, #fields, #get_field, #global_id_field, #own_fields

Methods included from Member::TypeSystemHelpers

#kind, #list?, #non_null?, #to_list_type, #to_non_null_type, #to_type_signature

Methods included from Member::BaseDSLMethods

#accessible?, #authorized?, #default_graphql_name, #description, #graphql_name, #introspection, #introspection?, #mutation, #name, #overridden_graphql_name, #to_graphql, #visible?

Methods included from Relay::TypeExtensions

#connection_type, #define_connection, #define_edge, #edge_type

Methods included from Member::CachedGraphQLDefinition

#graphql_definition, #initialize_copy

Instance Method Details

#unwrapObject



123
124
125
# File 'lib/graphql/schema/interface.rb', line 123

def unwrap
  self
end