Sha256: 748898336dbbef6e109e4f7c398bcf770e0452cafa4c76159f868b30f813edd2

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      class Fragment
        fragment :LocationNode, <<~'GRAPHQL'
          fragment on LocationNodeInterface {
            id
            name
            weight
            archived
            archivedToken
            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.7 lib/ecoportal/api/graphql/fragment/location_node.rb
ecoportal-api-graphql-0.3.6 lib/ecoportal/api/graphql/fragment/location_node.rb
ecoportal-api-graphql-0.3.5 lib/ecoportal/api/graphql/fragment/location_node.rb
ecoportal-api-graphql-0.3.3 lib/ecoportal/api/graphql/fragment/location_node.rb