Class: Types::Snippets::BlobConnectionType
- Inherits:
-
GraphQL::Types::Relay::BaseConnection
- Object
- GraphQL::Types::Relay::BaseConnection
- Types::Snippets::BlobConnectionType
- Defined in:
- app/graphql/types/snippets/blob_connection_type.rb
Overview
rubocop: disable Graphql/AuthorizeTypes
Instance Method Summary collapse
Instance Method Details
#unretrievable_blobs? ⇒ Boolean
13 14 15 |
# File 'app/graphql/types/snippets/blob_connection_type.rb', line 13 def unretrievable_blobs? !!context[:unretrievable_blobs?] end |