Sha256: 70c60a01e55b25d8767f76e3b3a2cfcc1c3c067dc0314d6008cba0f64b589d2f
Contents?: true
Size: 218 Bytes
Versions: 6
Compression:
Stored size: 218 Bytes
Contents
module GraphqlPagination class CollectionBaseError < StandardError def message "CollectionBaseError: The collection_type attribute must inherit from or be a GraphQL::Schema::Object" end end end
Version data entries
6 entries across 6 versions & 1 rubygems