Sha256: 5159eaa977e9ba1fea838f1365fb1de41b249b610a1bf946fe603aeaa3612a4c
Contents?: true
Size: 311 Bytes
Versions: 67
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true <% module_namespacing_when_supported do -%> module Types class BaseConnection < Types::BaseObject # add `nodes` and `pageInfo` fields, as well as `edge_type(...)` and `node_nullable(...)` overrides include GraphQL::Types::Relay::ConnectionBehaviors end end <% end -%>
Version data entries
67 entries across 67 versions & 1 rubygems