Skip to main content
Resolvers can be regular or async methods. FastQL inspects their annotations to build GraphQL arguments and inject framework values.
At execution time, sibling fields are scheduled concurrently. Resolver exceptions become GraphQL errors with field paths; unaffected nullable branches continue. The resolver source is the parent object. Root classes are instantiated for the operation. Ordinary parameters become GraphQL arguments unless FastQL classifies them as Info, Context, or registered dependencies. Use explicit Arg metadata to rename, document, deprecate, or default an argument: