fromGraphQLOperationsCursorToDartOperationsCursor function

OperationsCursor fromGraphQLOperationsCursorToDartOperationsCursor(
  1. String v
)

Implementation

OperationsCursor fromGraphQLOperationsCursorToDartOperationsCursor(String v) =>
    OperationsCursor(v);