1// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
2
3package graph
4
5import (
6 "context"
7
8 "github.com/99designs/gqlgen/graphql"
9 "github.com/git-bug/git-bug/entities/common"
10 "github.com/vektah/gqlparser/v2/ast"
11)
12
13// region ************************** generated!.gotpl **************************
14
15// endregion ************************** generated!.gotpl **************************
16
17// region ***************************** args.gotpl *****************************
18
19// endregion ***************************** args.gotpl *****************************
20
21// region ************************** directives.gotpl **************************
22
23// endregion ************************** directives.gotpl **************************
24
25// region **************************** field.gotpl *****************************
26
27// endregion **************************** field.gotpl *****************************
28
29// region **************************** input.gotpl *****************************
30
31// endregion **************************** input.gotpl *****************************
32
33// region ************************** interface.gotpl ***************************
34
35// endregion ************************** interface.gotpl ***************************
36
37// region **************************** object.gotpl ****************************
38
39// endregion **************************** object.gotpl ****************************
40
41// region ***************************** type.gotpl *****************************
42
43func (ec *executionContext) unmarshalNStatus2githubácomágitábugágitábugáentitiesácommonáStatus(ctx context.Context, v any) (common.Status, error) {
44 var res common.Status
45 err := res.UnmarshalGQL(v)
46 return res, graphql.ErrorOnPath(ctx, err)
47}
48
49func (ec *executionContext) marshalNStatus2githubácomágitábugágitábugáentitiesácommonáStatus(ctx context.Context, sel ast.SelectionSet, v common.Status) graphql.Marshaler {
50 return v
51}
52
53// endregion ***************************** type.gotpl *****************************