GraphQLAttachments typedef

GraphQLAttachments = List<Object>

A Collection of extra or custom values associated with a GraphQLElement.

This will allow you to configure the behavior of the given element with respect to external tools or some additional functionalities provided in this package.

An example of this is the ElementComplexity class for setting the query complexity of fields and types to be used in the queryComplexityRuleBuilder validation rule.

Implementation

typedef GraphQLAttachments = List<Object>;