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