2019-01-07 03:03:34 +00:00
|
|
|
mutation($strategies: [AuthenticationStrategyInput]!, $config: AuthenticationConfigInput) {
|
2018-07-01 23:50:42 +00:00
|
|
|
authentication {
|
2019-01-07 03:03:34 +00:00
|
|
|
updateStrategies(strategies: $strategies, config: $config) {
|
2018-06-04 04:41:29 +00:00
|
|
|
responseResult {
|
|
|
|
succeeded
|
|
|
|
errorCode
|
|
|
|
slug
|
|
|
|
message
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|