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
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 objectgraphile schema scope Type.field- object, interface, input objectgraphile schema scope Type.field(arg:)- object, interface