when following the tutorial to build a graphql server with graphql-yoga, i understand it's adding a layer that defines what operations are exposed in the API to the client, which require tons of time to sit down and write out each operation that should be exposed for each type when what i want is actually to expose all of it first and then later think about what to remove. is there an easy way to do this?