Rename GraphQL APIs to compliance portal
Update console, visitor, MCP, and Slack API surfaces so schemas and resolvers use the Compliance Portal naming consistently. Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
@@ -62,7 +62,7 @@ type Config struct {
|
||||
ResourceAlias *resourcealias.Service
|
||||
File *filemanager.Service
|
||||
IAM *iam.Service
|
||||
Trust *visitor.Service
|
||||
Visitor *visitor.Service
|
||||
ESign *esign.Service
|
||||
Management *management.Service
|
||||
CertManager *certmanager.Service
|
||||
@@ -104,7 +104,7 @@ func NewServer(cfg Config) (*Server, error) {
|
||||
ResourceAlias: cfg.ResourceAlias,
|
||||
File: cfg.File,
|
||||
IAM: cfg.IAM,
|
||||
Trust: cfg.Trust,
|
||||
Visitor: cfg.Visitor,
|
||||
ESign: cfg.ESign,
|
||||
Management: cfg.Management,
|
||||
CertManager: cfg.CertManager,
|
||||
|
||||
Reference in New Issue
Block a user