OBJECT
type Application {createdAt: ISO8601DateTime! developmentUrl: String id: Int! name: String! productionUrl: String project: String # Arguments# offset: [Not documented]# limit: [Not documented]# sortOrder: [Not documented]# sortBy: [Not documented]resources(offset: Int, limit: Int, sortOrder: SortOrder, sortBy: SortBy): [Resource!]! updatedAt: ISO8601DateTime! }