|
3606 | 3606 | "onFragment" : false,
|
3607 | 3607 | "onField" : true
|
3608 | 3608 | }, {
|
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", |
3619 | 3611 | "locations" : [ "FIELD_DEFINITION" ],
|
3620 | 3612 | "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", |
3623 | 3615 | "type" : {
|
3624 | 3616 | "kind" : "LIST",
|
3625 | 3617 | "name" : null,
|
|
3635 | 3627 | "onFragment" : false,
|
3636 | 3628 | "onField" : false
|
3637 | 3629 | }, {
|
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.", |
3640 | 3632 | "locations" : [ "OBJECT", "FIELD_DEFINITION" ],
|
3641 | 3633 | "args" : [ ],
|
3642 | 3634 | "onOperation" : false,
|
3643 | 3635 | "onFragment" : false,
|
3644 | 3636 | "onField" : false
|
3645 | 3637 | }, {
|
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.", |
3648 | 3640 | "locations" : [ "OBJECT", "FIELD_DEFINITION" ],
|
3649 | 3641 | "args" : [ ],
|
3650 | 3642 | "onOperation" : false,
|
3651 | 3643 | "onFragment" : false,
|
3652 | 3644 | "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 |
3674 | 3645 | }, {
|
3675 | 3646 | "name" : "deprecated",
|
3676 | 3647 | "description" : null,
|
|
3709 | 3680 | "onOperation" : false,
|
3710 | 3681 | "onFragment" : false,
|
3711 | 3682 | "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 |
3712 | 3712 | }, {
|
3713 | 3713 | "name" : "aws_cognito_user_pools",
|
3714 | 3714 | "description" : "Tells the service this field/object has access authorized by a Cognito User Pools token.",
|
|
0 commit comments