FetchMoreOptions$Query$GetMyDevices constructor

FetchMoreOptions$Query$GetMyDevices({
  1. required UpdateQuery updateQuery,
})

Implementation

FetchMoreOptions$Query$GetMyDevices({
  required graphql.UpdateQuery updateQuery,
}) : super(updateQuery: updateQuery, document: documentNodeQueryGetMyDevices);