File tree Expand file tree Collapse file tree 4 files changed +10
-24
lines changed Expand file tree Collapse file tree 4 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
2
- using System . Linq ;
3
- using System . Threading . Tasks ;
4
- using GraphQL . Language . AST ;
1
+ using GraphQL . Language . AST ;
5
2
using GraphQL . Types ;
6
3
using Our . Umbraco . GraphQL . Filters ;
7
4
using Our . Umbraco . GraphQL . Models ;
8
- using Umbraco . Web ;
5
+ using System ;
6
+ using System . Collections . Generic ;
7
+ using System . Linq ;
8
+ using System . Threading . Tasks ;
9
9
10
- namespace Our . Umbraco . GraphQL . Types
10
+ namespace Our . Umbraco . GraphQL
11
11
{
12
12
internal static class FilterUtils
13
13
{
Original file line number Diff line number Diff line change 1
1
using Newtonsoft . Json ;
2
2
using Our . Umbraco . GraphQL . Models ;
3
- using Our . Umbraco . GraphQL . Models . ApiModels ;
3
+ using Our . Umbraco . GraphQL . Web . Models ;
4
4
using System ;
5
5
using System . Collections . Generic ;
6
- using System . Linq ;
7
- using System . Net . Http ;
8
- using System . Text ;
9
- using System . Threading . Tasks ;
10
6
using System . Web . Mvc ;
11
7
using Umbraco . Core ;
12
8
using Umbraco . Core . Persistence ;
13
9
using Umbraco . Web . WebApi ;
14
10
15
- namespace Our . Umbraco . GraphQL . Controllers
11
+ namespace Our . Umbraco . GraphQL . Web . Controllers
16
12
{
17
13
public class GraphQLPermissionsController : UmbracoAuthorizedApiController
18
14
{
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
6
-
7
- namespace Our . Umbraco . GraphQL . Models . ApiModels
1
+ namespace Our . Umbraco . GraphQL . Web . Models
8
2
{
9
3
public class AccountPermission
10
4
{
Original file line number Diff line number Diff line change 1
- using System ;
2
1
using System . Collections . Generic ;
3
- using System . Linq ;
4
- using System . Text ;
5
- using System . Threading . Tasks ;
6
2
7
- namespace Our . Umbraco . GraphQL . Models . ApiModels
3
+ namespace Our . Umbraco . GraphQL . Web . Models
8
4
{
9
5
public class SetAccountPermissionsRequest
10
6
{
You can’t perform that action at this time.
0 commit comments