Method: GraphQL::Client::ViewModule#load_path

Defined in:
lib/graphql/client/view_module.rb

#load_pathObject Also known as: path

Public: Directory to retrieve nested GraphQL definitions from.

Returns absolute String path under app/views.


79
80
81
# File 'lib/graphql/client/view_module.rb', line 79

def load_path
  @load_path
end