#3096·crystal

Scope debug

Author: benjieCreated Jul 8, 2026Updated Jul 8, 2026
Labels✨ feature

Print out the scope for the given schema coordinate. Maybe something like:

  • graphile schema scope Type - types are uniquely named, so this should work across scalar, enum, object, interface, union, input object
  • graphile schema scope Type.field - object, interface, input object
  • graphile schema scope Type.field(arg:) - object, interface