This is a fragment of a JSON object I receive from an http response.
How does one code the corresponding "networks" field in the GraphQLObjectType? here is the associated (and working!) definition.

I appreciate any and all help. I am new to GraphQL, but tried to solve the question myself. The answer was elusive, as all the examples I came across had to do with lists that referenced other nodes of the graph.