@tfiwm what is custom about your query? Is there a reason you wouldn't customize your query on the front end?
t
tfiwm
09/17/2017, 8:26 PM
what i really like to do is to manipulate fields directly but this is not really wokring with graphcool. In my case i have an key in a field which is a file in a s3 bucket from aws and i want to give a signed url back instead of the key self 😉
tfiwm
09/17/2017, 8:26 PM
so everytime when i query the field return the signed url
tfiwm
09/17/2017, 8:26 PM
and therefor i could sign the url if i would have the possibility to react with a function to fields
d
dannyql
09/18/2017, 4:47 AM
So you're essentially trying to secure some S3 content right?