Create GraphQL result from json.
factory GraphQLResult.fromJson(Map<String, dynamic> json) => _$GraphQLResultFromJson({...json, 'orginal': json});