Sha256: fb35c067183502d8cb99a03e270a83333cca3dbc32653fe579369496f2175e98
Contents?: true
Size: 512 Bytes
Versions: 6
Compression:
Stored size: 512 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
6 entries across 6 versions & 1 rubygems