Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
18f91659
You need to sign in or sign up before continuing.
Unverified
Commit
18f91659
authored
Jun 11, 2022
by
Nicolas Giard
Committed by
GitHub
Jun 11, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(graphql): add missing admin mail name variable to save mutation
parent
1e577735
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
23 deletions
+24
-23
mail-mutation-save-config.gql
client/graph/admin/mail/mail-mutation-save-config.gql
+24
-23
No files found.
client/graph/admin/mail/mail-mutation-save-config.gql
View file @
18f91659
mutation
(
mutation
(
$senderName
:
String
!,
$senderName
:
String
!
$senderEmail
:
String
!,
$senderEmail
:
String
!
$host
:
String
!,
$host
:
String
!
$port
:
Int
!,
$port
:
Int
!
$secure
:
Boolean
!,
$name
:
String
!
$verifySSL
:
Boolean
!,
$secure
:
Boolean
!
$user
:
String
!,
$verifySSL
:
Boolean
!
$pass
:
String
!,
$user
:
String
!
$useDKIM
:
Boolean
!,
$pass
:
String
!
$dkimDomainName
:
String
!,
$useDKIM
:
Boolean
!
$dkimKeySelector
:
String
!,
$dkimDomainName
:
String
!
$dkimKeySelector
:
String
!
$dkimPrivateKey
:
String
!
$dkimPrivateKey
:
String
!
)
{
)
{
mail
{
mail
{
updateConfig
(
updateConfig
(
senderName
:
$senderName
,
senderName
:
$senderName
senderEmail
:
$senderEmail
,
senderEmail
:
$senderEmail
host
:
$host
,
host
:
$host
port
:
$port
,
port
:
$port
name
:
$name
,
name
:
$name
secure
:
$secure
,
secure
:
$secure
verifySSL
:
$verifySSL
,
verifySSL
:
$verifySSL
user
:
$user
,
user
:
$user
pass
:
$pass
,
pass
:
$pass
useDKIM
:
$useDKIM
,
useDKIM
:
$useDKIM
dkimDomainName
:
$dkimDomainName
,
dkimDomainName
:
$dkimDomainName
dkimKeySelector
:
$dkimKeySelector
,
dkimKeySelector
:
$dkimKeySelector
dkimPrivateKey
:
$dkimPrivateKey
dkimPrivateKey
:
$dkimPrivateKey
)
{
)
{
responseResult
{
responseResult
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment