Sha256: 091dcd8a78e888b9fce1a3456245d0538a8b1f65d08ec2ed5a0a36b3ea6c9967

Contents?: true

Size: 338 Bytes

Versions: 144

Compression:

Stored size: 338 Bytes

Contents

module Types
  module Inputs
    module Base
      class Attachment < Types::BaseInputObject
        graphql_name 'AttachmentInput'

        description 'Attributes needed to attach a file'

        argument :filename,   String, nil,  required: true
        argument :content,    String, nil,  required: true
      end
    end
  end
end

Version data entries

144 entries across 144 versions & 1 rubygems

Version Path
cm-admin-0.8.2 lib/generators/cm_admin/templates/graphql/inputs/base/attachment.rb
cm-admin-0.8.1 lib/generators/cm_admin/templates/graphql/inputs/base/attachment.rb
cm-admin-0.8.0 lib/generators/cm_admin/templates/graphql/inputs/base/attachment.rb
cm-admin-0.7.8 lib/generators/cm_admin/templates/graphql/inputs/base/attachment.rb