Sha256: fd9ae92972694efc3dd97958c3621ed84b2a7662e843c62a64869621e4f17e86

Contents?: true

Size: 292 Bytes

Versions: 5

Compression:

Stored size: 292 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      class Fragment
        fragment :TagTreeNode, <<~'GRAPHQL'
          fragment on TagTreeNode {
            id
            parentId
            tag
            weight
          }
        GRAPHQL
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.1.11 lib/ecoportal/api/graphql/fragment/tag_tree_node.rb
ecoportal-api-graphql-0.1.10 lib/ecoportal/api/graphql/fragment/tag_tree_node.rb
ecoportal-api-graphql-0.1.9 lib/ecoportal/api/graphql/fragment/tag_tree_node.rb
ecoportal-api-graphql-0.1.8 lib/ecoportal/api/graphql/fragment/tag_tree_node.rb
ecoportal-api-graphql-0.1.7 lib/ecoportal/api/graphql/fragment/tag_tree_node.rb