gloApps
Gets a list of GloApp.
gloApps(
after: String
before: String
first: Int
last: Int
order: [GloAppSortInput!]
where: GloAppFilterInput
): GloAppsConnection
Arguments
gloApps.after ● String scalar
Returns the elements in the list that come after the specified cursor.
gloApps.before ● String scalar
Returns the elements in the list that come before the specified cursor.
gloApps.first ● Int scalar
Returns the first _n_ elements from the list.
gloApps.last ● Int scalar
Returns the last _n_ elements from the list.
gloApps.order ● [GloAppSortInput!] list input
gloApps.where ● GloAppFilterInput input
Type
GloAppsConnection object
A connection to a list of items.