OBJECT
AssignmentResourceDetails
Description
List of resource details.
link GraphQL Schema definition
- type AssignmentResourceDetails {
- # ID of the resource.
- String! :
- # Name of the resource.
- String! :
- # Type of the resource.
- DataGovObjectType! :
- # Boolean flag to signify whether the resource is a higher level resource.
- Boolean! :
- }
link Require by
- AssignmentResourceDetailsConnectionPaginated list of AssignmentResourceDetails objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- AssignmentResourceDetailsEdgeWrapper around the AssignmentResourceDetails object. This wrapper is used for pagination.