protected override void Configure( IDirectiveTypeDescriptor<FooDirective> descriptor) { descriptor.Name("Foo"); descriptor.Location(DirectiveLocation.FieldDefinition); descriptor.BindArgumentsExplicitly(); }