variableUsages

Parameters

variableUsages

Names of variables referenced within the fragment's selection set (e.g. ["format"] if the fragment contains age(format: $format)). These are not variable definitions — fragments cannot define variables per the GraphQL spec — but rather variables the fragment uses that must be declared by the consuming operation.