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