Skip to content

Commit

Permalink
Update priv/graphql/schemas/admin/vcard.gql
Browse files Browse the repository at this point in the history
Co-authored-by: Premwoik <przemyslaw.wojtasik@erlang-solutions.com>
  • Loading branch information
JanuszJakubiec and Premwoik authored May 17, 2022
1 parent 0abcbb8 commit 9121e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions priv/graphql/schemas/admin/vcard.gql
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Allow admin to set user's vcard
type VcardAdminMutation @protected{
"Set a new vcard for a user"
setVcard(user: JID!, vcard: VcardInput!): Vcard
@protected(type: DOMAIN, args: ["user"])
}

"""
Expand Down

0 comments on commit 9121e93

Please sign in to comment.