should_resolve_list_connection_edges
Check if the user requested to resolve the edges field of a connection.
Returns:
True if the user requested to resolve the edges field of a connection, False otherwise.
Signature:
def should_resolve_list_connection_edges(info: Info) -> bool: ...Parameters:
-
info:The strawberry execution info resolve the type name from
- Type
-
Info