OBJECT
Query
link GraphQL Schema definition
- type Query {
- # Get the list of apps metas/definitions
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # teamId: current team Id
- String, : String, : Int, : Int, : String): AppMetaResponse! ( :
- # Get the list of files/assets by the query
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # query: specify fields, conditions and operators to query
- # sort: Sort the results by
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- QueryAssetInput, :
- AssetSort, :
- String :
- ): AssetResponse!
- # Get the list of screens/devices by the query
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # query: specify fields, conditions and operators to query
- # sort: Sort the results by
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- QueryDeviceInput, :
- DeviceSort, :
- String :
- ): DeviceResponse!
- # Arguments
- # appType: [Not documented]
- String!): JSONObject ( :
- # Arguments
- # teamId: current team Id
- # uuids: [Not documented]
- (
- String, :
- String!]! : [
- ): [KeyValueItem!]!
- # Transloadit upload templates with signed signature
- JSONObject! :
- # Transloadit upload templates with signed signature
- #
- # Arguments
- # payload: asset id
- (
- UpdateObjectCaptureInput! :
- ): JSONObject!
- # Get the list of groups (so called 'folders')
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # query: specify fields, conditions and operators to query
- # sort: Sort the results by
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- QueryGroupInput, :
- GroupSort, :
- String :
- ): GroupResponse!
- # The current user
- MeResponse! :
- # Get the list of playlist by the query
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # query: specify fields, conditions and operators to query
- # sort: Sort the results by
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- QueryPlaylistInput, :
- PlaylistSort, :
- String :
- ): PlaylistResponse!
- # To get the account schedule default or specific schedule default
- #
- # Arguments
- # scheduleId: The schedule Id
- # teamId: current team Id
- String, : String): ScheduleDefaultResponse! ( :
- # Get the list of schedule items from the schedule by the query
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # query: specify the scheduleId & startDate/endDate to query
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- QueryScheduleItemsInput, :
- String :
- ): ScheduleItemsResponse!
- # The list of preset repeat objects choices, use this internally for the UI modal
- #
- # Arguments
- # startDate: the start date as DTSTART for RRule
- DateTime!): [ScheduleRepeatObject!]! ( :
- # Get the list of schedules by the query
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # query: specify fields, conditions and operators to query
- # sort: [Not documented]
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- QueryScheduleInput, :
- ScheduleSort, :
- String :
- ): ScheduleResponse!
- # Get the list of teams for this account
- #
- # Arguments
- # after: Paginate after opaque cursor
- # before: Paginate before opaque cursor
- # first: Paginate first
- # last: Paginate last
- # sort: Sort the results
- # teamId: current team Id
- (
- String, :
- String, :
- Int, :
- Int, :
- TeamSort, :
- String :
- ): TeamResponse!
- }
link Require by
This element is not required by anyone