fcl-js
fcl-js copied to clipboard
fcl.query linting issues with Template url
template parameter only accepts an object, but a string is valid. template can be a url to a template. Change type to be object or string.
Also, fcl.mutate has template as optional any. type needs to be consistent for mutate and query.