class Graphiti::Errors::UnsupportedBeforeCursor

Public Instance Methods

message() click to toggle source
# File lib/graphiti/errors.rb, line 737
def message
  "Passing in page[before] and page[number] is not supported. Please create an issue if you need it!"
end