replace

Return a copy of the string with all occurrences of substring old replaced by new.
If the optional argument count is given, only the first count occurrences are replaced.

link GraphQL Schema definition

  • directive @replace(old: String!, new: String!, count: Int) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT

link Require by

This element is not required by anyone