export
Export this locally resolved field as a variable to be used in the remainder of this query. See https://www.apollographql.com/docs/react/essentials/local-state/#using-client-fields-as-variables
directive @export(
as: String!
) on FIELD
Arguments
export.as ● String! non-null scalar
The variable name to export this field as.