Exception: GraphitiGql::Errors::UnsupportedLast

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

Instance Method Summary collapse

Instance Method Details

#messageObject



32
33
34
# File 'lib/graphiti_gql/errors.rb', line 32

def message
  "We do not currently support combining 'last' with 'before' or 'after'"
end