I have the following grapql schema:
type Mutation { registryUrl(url: UrlInput!): Boolean } input UrlInput { url: String! date: Date! name: String! }