You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a directive that should, on an input object field, validate an input value at runtime. For example:
input Foo {
bar: String @notBlank
}
I've tried to follow the same idea as the examples here, but there's no datafetcher to wrap, since we don't have any fieldsContainer or fieldDefinition.
Is this currently possible, and if so, could you point me in the right direction?
The text was updated successfully, but these errors were encountered:
I'm trying to create a directive that should, on an input object field, validate an input value at runtime. For example:
I've tried to follow the same idea as the examples here, but there's no datafetcher to wrap, since we don't have any
fieldsContainer
orfieldDefinition
.Is this currently possible, and if so, could you point me in the right direction?
The text was updated successfully, but these errors were encountered: