Method: GraphQL::Client::Erubis.extract_graphql_section

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

.extract_graphql_section(src) ⇒ Object

Deprecated: Use ViewModule.extract_graphql_section.



23
24
25
# File 'lib/graphql/client/erubis.rb', line 23

def self.extract_graphql_section(src)
  ViewModule.extract_graphql_section(src)
end