Hey! Random question. Is there a way to set a default selection of fields returned from an object? For example. For example if I donโt want to return an
account_number
on a user unless I specifically ask for it.
r
Ryan
10/25/2021, 5:01 AM
@Taylor Preston ๐
You can use
select
and specify default fields as an object and use those in your queries.
๐ค 1
t
Taylor Preston
10/25/2021, 2:28 PM
Thanks man! I was thinking there might be a way to define it on the schema, but that works just as well. ๐ค