module Ecoportal module API class GraphQL class Fragment fragment :ContractorEntity, <<~GRAPHQL fragment on ContractorEntity { id name schemaId active approved associatedPeopleIds leadContractorIds } GRAPHQL end end end end