Sha256: 2f920919c46d2de90c87fc06a9a540dc8cebeab59912d6493867e983fb23bda9
Contents?: true
Size: 245 Bytes
Versions: 140
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true module GraphQL module Types module Relay # The return type of a connection's `pageInfo` field class PageInfo < GraphQL::Schema::Object include PageInfoBehaviors end end end end
Version data entries
140 entries across 140 versions & 2 rubygems