Implement a schema extension for direct string to link and link to string conversion
Opened this issue · 1 comments
Konard commented
mutation {
insert_links_one(object: { string: { value: "The text key or value." } }) {
returning {
id
string
}
}
}
Maybe it is possible to use extend
for that case: http://spec.graphql.org/June2018/#sec-Object-Extensions
Konard commented
Another way to extend the schema can be https://graphql-dotnet.github.io/docs/getting-started/field-middleware