Module: GraphQL::Sources

Defined in:
lib/graphql/sources.rb,
lib/graphql/sources/version.rb,
lib/graphql/sources/rails_cache.rb,
lib/graphql/sources/active_record_base.rb,
lib/graphql/sources/active_record_count.rb,
lib/graphql/sources/active_storage_base.rb,
lib/graphql/sources/active_record_exists.rb,
lib/graphql/sources/active_record_object.rb,
lib/graphql/sources/active_record_collection.rb,
lib/graphql/sources/active_record_association.rb,
lib/graphql/sources/active_storage_has_one_attached.rb,
lib/graphql/sources/active_storage_has_many_attached.rb

Overview

A collection of common GraphQL dataloader classes.

Defined Under Namespace

Classes: ActiveRecordAssociation, ActiveRecordBase, ActiveRecordCollection, ActiveRecordCount, ActiveRecordExists, ActiveRecordObject, ActiveStorageBase, ActiveStorageHasManyAttached, ActiveStorageHasOneAttached, RailsCache

Constant Summary collapse

VERSION =
'1.5.2'