OBJECT
ActiveDirectorySnappableSearchResponseEdge
Description
Wrapper around the ActiveDirectorySnappableSearchResponse object. This wrapper is used for pagination.
link GraphQL Schema definition
- type ActiveDirectorySnappableSearchResponseEdge {
- # String used to identify this edge.
- String! :
- # The actual ActiveDirectorySnappableSearchResponse object wrapped by this edge.
- ActiveDirectorySnappableSearchResponse! :
- }