MCPcopy Create free account
hub / github.com/git-bug/git-bug / fieldContext_Bug_title

Method fieldContext_Bug_title

api/graphql/graph/bug.generated.go:693–704  ·  view source on GitHub ↗
(_ context.Context, field graphql.CollectedField)

Source from the content-addressed store, hash-verified

691}
692
693func (ec *executionContext) fieldContext_Bug_title(_ context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
694 fc = &graphql.FieldContext{
695 Object: "Bug",
696 Field: field,
697 IsMethod: true,
698 IsResolver: false,
699 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
700 return nil, errors.New("field of type String does not have child fields")
701 },
702 }
703 return fc, nil
704}
705
706func (ec *executionContext) _Bug_labels(ctx context.Context, field graphql.CollectedField, obj models.BugWrapper) (ret graphql.Marshaler) {
707 fc, err := ec.fieldContext_Bug_labels(ctx, field)

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected