Skip to content

Commit

Permalink
chore: update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yuth committed May 1, 2021
1 parent e76be9b commit 11af910
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/graphql-auth-transformer/src/ModelAuthTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,10 @@ operations will be generated by the CLI.`,
* @param ctx The transformer context.
* @param resolverResourceId The logical id of the resolver to be updated in the CF template.
* @param rules The set of rules that apply to the operation.
* @argument parent The parent Object of the query
* @argument modelConfiguration model directive configuration of the parent
* @argument explicitOperationName name of the listQuery to be generated
* @argument updateSchema flag indicating if the schema needs to be updated with appsync auth directives
*/
private protectListQuery(
ctx: TransformerContext,
Expand Down

0 comments on commit 11af910

Please sign in to comment.