compact
Removes null values from an array. Example: _fn @compact(refs: ["a", "b", "c"]) returns only the non-null values.
directive @compact(
ref: String
refs: [String!]
) on FIELD
Removes null values from an array. Example: _fn @compact(refs: ["a", "b", "c"]) returns only the non-null values.
directive @compact(
ref: String
refs: [String!]
) on FIELD
compact.ref ● String scalarcompact.refs ● [String!] list scalar