fcl-js icon indicating copy to clipboard operation
fcl-js copied to clipboard

fcl.query linting issues with Template url

Open bthaile opened this issue 1 year ago • 0 comments

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.

image

bthaile avatar Jan 19 '24 17:01 bthaile