I recently started exploring the possibility of using GraphQL to query dynamic data configurations. The very first thing that jumps at me is the strongly typed GraphQL concept.
Is there a way for GraphQL schemas to process arrays of mixed type objects? I would really appreciate an explanation or a possible link that I can read.
I am currently working with GraphQL with Node.js, but a later implementation will be from the Java Container. All data will be JSON pulled from MongoDB.
source
share