Skip to content

Commit

Permalink
refact: message cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 31, 2024
1 parent c0f448b commit 5278a15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions graphql/schemas/Inventory/variant.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type Variant {
id: ID
id: ID!
uuid: String!
slug: String!
products_id: Int!
Expand All @@ -13,7 +13,6 @@ type Variant {
serial_number: String
status: Status
files: [Filesystem]
@cacheRedis
@paginate(
defaultCount: 25
builder: "App\\GraphQL\\Ecosystem\\Queries\\Filesystem\\FilesystemQuery@getFileByGraphType"
Expand All @@ -37,7 +36,6 @@ type Variant {
resolver: "App\\GraphQL\\Inventory\\Types\\MetadataType@linkedStores"
)
custom_fields: [CustomField!]!
@cacheRedis
@paginate(
defaultCount: 25
builder: "App\\GraphQL\\Ecosystem\\Queries\\CustomFields\\CustomFieldQuery@getAllByGraphType"
Expand Down

0 comments on commit 5278a15

Please sign in to comment.