Sha256: 9d0660cf1ab7f2d0bfcd6596fed23a0c12a0bf6145a3d450b78f0b59f96512f0
Contents?: true
Size: 389 Bytes
Versions: 26
Compression:
Stored size: 389 Bytes
Contents
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
Version data entries
26 entries across 26 versions & 1 rubygems