Sha256: 35062bb69b0ac006ccda775f5cbd33d5f2e4adad637805ee9c86fd0ab7ba2f60

Contents?: true

Size: 338 Bytes

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
cm-graphql-0.0.7 app/graphql/types/inputs/base/attachment.rb
cm-graphql-0.0.6 app/graphql/types/inputs/base/attachment.rb
cm-graphql-0.0.5 app/graphql/types/inputs/base/attachment.rb
cm-graphql-0.0.3 app/graphql/types/inputs/base/attachment.rb
cm-graphql-0.0.2 app/graphql/types/inputs/base/attachment.rb
cm-graphql-0.0.1 app/graphql/types/inputs/base/attachment.rb