diff --git a/provider-utils/awscloudformation/schemas/schema.graphql.ejs b/provider-utils/awscloudformation/schemas/schema.graphql.ejs index 6941b73e..ff224986 100644 --- a/provider-utils/awscloudformation/schemas/schema.graphql.ejs +++ b/provider-utils/awscloudformation/schemas/schema.graphql.ejs @@ -1,6 +1,6 @@ -type vodAsset @model (subscriptions: {level: public}) +type VodAsset @model (subscriptions: {level: public}) @auth( rules: [ <% if (locals.permissions && locals.permissions.permissionSchema.includes("any")) { -%> @@ -21,11 +21,11 @@ type vodAsset @model (subscriptions: {level: public}) description:String! #DO NOT EDIT - video:videoObject @connection -} + video:VideoObject @connection +} #DO NOT EDIT -type videoObject @model +type VideoObject @model @auth( rules: [ <% if (locals.permissions && locals.permissions.permissionSchema.includes("any")) { -%>