UNPKG

@kiwicom/smart-faq

Version:

160 lines (154 loc) 3.75 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; type BookingCardsList_bookings$ref = any; import type { FragmentReference } from "relay-runtime"; declare export opaque type FutureBookingsPaginationContainer$ref: FragmentReference; export type FutureBookingsPaginationContainer = {| +future: ?{| +pageInfo: {| +hasNextPage: boolean, +endCursor: ?string, |}, +edges: ?$ReadOnlyArray<?{| +node: ?{| +$fragmentRefs: BookingCardsList_bookings$ref |} |}>, |}, +$refType: FutureBookingsPaginationContainer$ref, |}; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "FutureBookingsPaginationContainer", "type": "RootQuery", "metadata": { "connection": [ { "count": "first", "cursor": "after", "direction": "forward", "path": [ "future" ] } ] }, "argumentDefinitions": [ { "kind": "RootArgument", "name": "first", "type": "Int" }, { "kind": "RootArgument", "name": "after", "type": "String" }, { "kind": "RootArgument", "name": "brand", "type": "String" } ], "selections": [ { "kind": "LinkedField", "alias": "future", "name": "__FutureBookingsPaginationContainer_future_connection", "storageKey": null, "args": [ { "kind": "Variable", "name": "brand", "variableName": "brand", "type": "String" }, { "kind": "Literal", "name": "only", "value": "FUTURE", "type": "CustomerBookingsOnlyEnum" } ], "concreteType": "BookingInterfaceConnection", "plural": false, "selections": [ { "kind": "LinkedField", "alias": null, "name": "pageInfo", "storageKey": null, "args": null, "concreteType": "PageInfo", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, "name": "hasNextPage", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "endCursor", "args": null, "storageKey": null } ] }, { "kind": "LinkedField", "alias": null, "name": "edges", "storageKey": null, "args": null, "concreteType": "BookingInterfaceEdge", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, "name": "node", "storageKey": null, "args": null, "concreteType": null, "plural": false, "selections": [ { "kind": "FragmentSpread", "name": "BookingCardsList_bookings", "args": null }, { "kind": "ScalarField", "alias": null, "name": "__typename", "args": null, "storageKey": null } ] }, { "kind": "ScalarField", "alias": null, "name": "cursor", "args": null, "storageKey": null } ] } ] } ] }; // prettier-ignore (node/*: any*/).hash = 'fecd2b26127638c4db93b258e3b8c333'; module.exports = node;