supSolutionTemplateSearch
Searches solution templates.
supSolutionTemplateSearch(
after: String
before: String
first: Int
last: Int
order: [SupSolutionTemplateSortInput!]
where: SupSolutionTemplateSearchFilterInput
): SupSolutionTemplateConnection
Arguments
supSolutionTemplateSearch.after ● String scalar
Returns the elements in the list that come after the specified cursor.
supSolutionTemplateSearch.before ● String scalar
Returns the elements in the list that come before the specified cursor.
supSolutionTemplateSearch.first ● Int scalar
Returns the first _n_ elements from the list.
supSolutionTemplateSearch.last ● Int scalar
Returns the last _n_ elements from the list.
supSolutionTemplateSearch.order ● [SupSolutionTemplateSortInput!] list input
supSolutionTemplateSearch.where ● SupSolutionTemplateSearchFilterInput input
Type
SupSolutionTemplateConnection object
A connection to a list of items.