class GraphQL::BaseType

Public Instance Methods

define_connection_with_fetched_edge(**kwargs, &block) click to toggle source
# File lib/graphql_includable.rb, line 39
def define_connection_with_fetched_edge(**kwargs, &block)
  GraphQLIncludable::Relay::EdgeWithNodeConnectionType.create_type(
    self,
    **kwargs,
    &block
  )
end