Skip to main content

avalaraRequestLogs

List Avalara request logs.

avalaraRequestLogs(
before: String
after: String
first: Int
last: Int
): AvalaraRequestLogCountableConnection!

Arguments

avalaraRequestLogs.before ● String scalar

Returns the items in the list that come before the specified cursor.

avalaraRequestLogs.after ● String scalar

Returns the items in the list that come after the specified cursor.

avalaraRequestLogs.first ● Int scalar

Returns the first n items from the list.

avalaraRequestLogs.last ● Int scalar

Returns the items in the list that come after the specified cursor.

Type

AvalaraRequestLogCountableConnection object

A connection to a list of items.

Was this page helpful?