queries

package
v0.0.0-...-f501c68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AuditEventsQuery = &graphql.Field{
	Type:        graphql.NewList(types.AuditEventType),
	Description: "get audit events",
	Resolve: func(params graphql.ResolveParams) (interface{}, error) {
		audits, err := services.GetAuditEvents()
		if err != nil {
			return nil, err
		}
		return *audits, nil
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL