Skip to content

Commit 1d02326

Browse files
committed
Add prd backend environment
1 parent df0439e commit 1d02326

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"projectName": "StudyAtHome",
3-
"version": "3.0",
4-
"frontend": "javascript",
5-
"javascript": {
6-
"framework": "vue",
7-
"config": {
8-
"SourceDir": "src",
9-
"DistributionDir": "dist",
10-
"BuildCommand": "yarn generate",
11-
"StartCommand": "yarn start"
12-
}
13-
},
14-
"providers": [
15-
"awscloudformation"
16-
]
2+
"providers": [
3+
"awscloudformation"
4+
],
5+
"projectName": "StudyAtHome",
6+
"version": "3.0",
7+
"frontend": "javascript",
8+
"javascript": {
9+
"framework": "vue",
10+
"config": {
11+
"SourceDir": "src",
12+
"DistributionDir": "dist",
13+
"BuildCommand": "yarn generate",
14+
"StartCommand": "yarn start"
15+
}
16+
}
1717
}

src/graphql/schema.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3606,20 +3606,12 @@
36063606
"onFragment" : false,
36073607
"onField" : true
36083608
}, {
3609-
"name" : "aws_api_key",
3610-
"description" : "Tells the service this field/object has access authorized by an API key.",
3611-
"locations" : [ "OBJECT", "FIELD_DEFINITION" ],
3612-
"args" : [ ],
3613-
"onOperation" : false,
3614-
"onFragment" : false,
3615-
"onField" : false
3616-
}, {
3617-
"name" : "aws_publish",
3618-
"description" : "Tells the service which subscriptions will be published to when this mutation is called. This directive is deprecated use @aws_susbscribe directive instead.",
3609+
"name" : "aws_auth",
3610+
"description" : "Directs the schema to enforce authorization on a field",
36193611
"locations" : [ "FIELD_DEFINITION" ],
36203612
"args" : [ {
3621-
"name" : "subscriptions",
3622-
"description" : "List of subscriptions which will be published to when this mutation is called.",
3613+
"name" : "cognito_groups",
3614+
"description" : "List of cognito user pool groups which have access on this field",
36233615
"type" : {
36243616
"kind" : "LIST",
36253617
"name" : null,
@@ -3635,42 +3627,21 @@
36353627
"onFragment" : false,
36363628
"onField" : false
36373629
}, {
3638-
"name" : "aws_oidc",
3639-
"description" : "Tells the service this field/object has access authorized by an OIDC token.",
3630+
"name" : "aws_api_key",
3631+
"description" : "Tells the service this field/object has access authorized by an API key.",
36403632
"locations" : [ "OBJECT", "FIELD_DEFINITION" ],
36413633
"args" : [ ],
36423634
"onOperation" : false,
36433635
"onFragment" : false,
36443636
"onField" : false
36453637
}, {
3646-
"name" : "aws_iam",
3647-
"description" : "Tells the service this field/object has access authorized by sigv4 signing.",
3638+
"name" : "aws_oidc",
3639+
"description" : "Tells the service this field/object has access authorized by an OIDC token.",
36483640
"locations" : [ "OBJECT", "FIELD_DEFINITION" ],
36493641
"args" : [ ],
36503642
"onOperation" : false,
36513643
"onFragment" : false,
36523644
"onField" : false
3653-
}, {
3654-
"name" : "aws_auth",
3655-
"description" : "Directs the schema to enforce authorization on a field",
3656-
"locations" : [ "FIELD_DEFINITION" ],
3657-
"args" : [ {
3658-
"name" : "cognito_groups",
3659-
"description" : "List of cognito user pool groups which have access on this field",
3660-
"type" : {
3661-
"kind" : "LIST",
3662-
"name" : null,
3663-
"ofType" : {
3664-
"kind" : "SCALAR",
3665-
"name" : "String",
3666-
"ofType" : null
3667-
}
3668-
},
3669-
"defaultValue" : null
3670-
} ],
3671-
"onOperation" : false,
3672-
"onFragment" : false,
3673-
"onField" : false
36743645
}, {
36753646
"name" : "deprecated",
36763647
"description" : null,
@@ -3709,6 +3680,35 @@
37093680
"onOperation" : false,
37103681
"onFragment" : false,
37113682
"onField" : false
3683+
}, {
3684+
"name" : "aws_iam",
3685+
"description" : "Tells the service this field/object has access authorized by sigv4 signing.",
3686+
"locations" : [ "OBJECT", "FIELD_DEFINITION" ],
3687+
"args" : [ ],
3688+
"onOperation" : false,
3689+
"onFragment" : false,
3690+
"onField" : false
3691+
}, {
3692+
"name" : "aws_publish",
3693+
"description" : "Tells the service which subscriptions will be published to when this mutation is called. This directive is deprecated use @aws_susbscribe directive instead.",
3694+
"locations" : [ "FIELD_DEFINITION" ],
3695+
"args" : [ {
3696+
"name" : "subscriptions",
3697+
"description" : "List of subscriptions which will be published to when this mutation is called.",
3698+
"type" : {
3699+
"kind" : "LIST",
3700+
"name" : null,
3701+
"ofType" : {
3702+
"kind" : "SCALAR",
3703+
"name" : "String",
3704+
"ofType" : null
3705+
}
3706+
},
3707+
"defaultValue" : null
3708+
} ],
3709+
"onOperation" : false,
3710+
"onFragment" : false,
3711+
"onField" : false
37123712
}, {
37133713
"name" : "aws_cognito_user_pools",
37143714
"description" : "Tells the service this field/object has access authorized by a Cognito User Pools token.",

0 commit comments

Comments
 (0)