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