linksplatform/Data.Doublets.Gql

Implement a schema extension for direct string to link and link to string conversion

Opened this issue · 1 comments

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