Sha256: 748898336dbbef6e109e4f7c398bcf770e0452cafa4c76159f868b30f813edd2
Contents?: true
Size: 406 Bytes
Versions: 4
Compression:
Stored size: 406 Bytes
Contents
module Ecoportal module API class GraphQL class Fragment fragment :LocationNode, <<~'GRAPHQL' fragment on LocationNodeInterface { id name weight archived archivedToken parent { id name } } GRAPHQL end end end end
Version data entries
4 entries across 4 versions & 1 rubygems