[][src]Crate mongodb_base_service

Structs

DataSources
DeleteResponse
ID

An ID as defined by the GraphQL specification

NodeDetails

Enums

ServiceError

Possible errors that can arise during parsing and creating a cursor.

Traits

BaseService
Node

Functions

get_selected_or_first

Returns the first item in an array of Nodes Useful for when you have two fields one that is embedded in a list and one that is not ie. my_pets and favorite_pet - you probably don't want to embed it twice