The schema is the graphql schema (in SDL) and the ...
# support-questions-legacy
r
The schema is the graphql schema (in SDL) and the resolver are the functions that run in the graphql context which do mutations / reading from the db etc.. basically your business logic