Sha256: 4c7d260e1c45e4ababda2a0f28b1cb42b54902cbeadba963d21b852f8203be59
Contents?: true
Size: 369 Bytes
Versions: 141
Compression:
Stored size: 369 Bytes
Contents
# frozen_string_literal: true module GraphQL module Types module Relay # This can be used for Relay's `Node` interface, # or you can take it as inspiration for your own implementation # of the `Node` interface. module Node include GraphQL::Schema::Interface include Types::Relay::NodeBehaviors end end end end
Version data entries
141 entries across 141 versions & 2 rubygems