chore(deps): bump github.com/99designs/gqlgen from 0.17.32 to 0.17.33

Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.32 to 0.17.33.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.32...v0.17.33)
This commit is contained in:
2023-06-14 06:25:11 +00:00
parent 8db459e636
commit 24b5693f22
3 changed files with 21 additions and 21 deletions
+7 -7
View File
@@ -1082,7 +1082,7 @@ func (ec *executionContext) fieldContext_Mutation_addOrganization(ctx context.Co
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field_Mutation_addOrganization_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}
@@ -1177,7 +1177,7 @@ func (ec *executionContext) fieldContext_Mutation_addAPIKey(ctx context.Context,
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field_Mutation_addAPIKey_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}
@@ -1272,7 +1272,7 @@ func (ec *executionContext) fieldContext_Mutation_updateSubGraph(ctx context.Con
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field_Mutation_updateSubGraph_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}
@@ -1625,7 +1625,7 @@ func (ec *executionContext) fieldContext_Query_supergraph(ctx context.Context, f
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field_Query_supergraph_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}
@@ -1699,7 +1699,7 @@ func (ec *executionContext) fieldContext_Query___type(ctx context.Context, field
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field_Query___type_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}
@@ -3762,7 +3762,7 @@ func (ec *executionContext) fieldContext___Type_fields(ctx context.Context, fiel
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field___Type_fields_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}
@@ -3950,7 +3950,7 @@ func (ec *executionContext) fieldContext___Type_enumValues(ctx context.Context,
ctx = graphql.WithFieldContext(ctx, fc)
if fc.Args, err = ec.field___Type_enumValues_args(ctx, field.ArgumentMap(ec.Variables)); err != nil {
ec.Error(ctx, err)
return
return fc, err
}
return fc, nil
}