This message was deleted.
# apollo-kotlin
s
This message was deleted.
m
Hi đź‘‹ . Can you ellaborate a bit more? What do you mean by "without listing in schema" ?
i
I don’t want to put this list fields in schema. If GraphQL see this array field exists, I wanted to get that data into proper fields.
m
I'm confused. Fields that are not in the schema cannot exist.
Where would the data come from ?
i
Rest datasource
m
Are you looking for something like local-only fields in Apollo Client web? https://www.apollographql.com/docs/react/local-state/managing-state-with-field-policies/