Module: GraphQL::Schema::Interface
- Extended by:
- DefinitionMethods
- Includes:
- Member::GraphQLTypeNames
- Included in:
- Types::Relay::Node
- Defined in:
- lib/graphql/schema/interface.rb
Defined Under Namespace
Modules: DefinitionMethods
Constant Summary
Constants included from Member::HasDirectives
Member::HasDirectives::NO_DIRECTIVES
Constants included from Member::HasFields
Member::HasFields::CONFLICT_FIELD_NAMES, Member::HasFields::GRAPHQL_RUBY_KEYWORDS, Member::HasFields::RUBY_KEYWORDS
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, type_membership_class, visible?
Methods included from Member::HasInterfaces
#implements, #interface_type_memberships, #interfaces, #own_interface_type_memberships
Methods included from Member::HasDirectives
#directive, #directives, #remove_directive
Methods included from Member::HasAstNode
Methods included from Member::Scoped
Methods included from Member::RelayShortcuts
#connection_type, #connection_type_class, #edge_type, #edge_type_class
Methods included from Member::HasPath
Methods included from Member::HasFields
#add_field, #all_field_definitions, #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, #visible?
Instance Method Details
#unwrap ⇒ Object
108 109 110 |
# File 'lib/graphql/schema/interface.rb', line 108 def unwrap self end |