Exception: GraphitiGql::Errors::UnsupportedStats

Inherits:
Base
  • Object
show all
Defined in:
lib/graphiti_gql/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



6
7
8
# File 'lib/graphiti_gql/errors.rb', line 6

def message
  "You're requesting stats for multiple parent nodes. Currently, we only support this when there is a single parent node, or when using the ActiveRecord adapter."
end