Sha256: 3d1aa7c508fd22d4d9e947067e6cc4699a42766802e29dd892aec94f40548222

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      class Fragment
        fragment :LocationNode, <<~'GRAPHQL'
          fragment on LocationNodeInterface {
            id
            name
            weight
            archived
            parent {
              id
              name
            }
          }
        GRAPHQL
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.3.1 lib/ecoportal/api/graphql/fragment/location_node.rb
ecoportal-api-graphql-0.2.3 lib/ecoportal/api/graphql/fragment/location_node.rb
ecoportal-api-graphql-0.2.2 lib/ecoportal/api/graphql/fragment/location_node.rb
ecoportal-api-graphql-0.2.1 lib/ecoportal/api/graphql/fragment/location_node.rb